Cookies are used for the best experience on my website.

Accept Cookie Policy

No internet detected

Check your connection and try again.

Logo Image

No match found

Programming_開発

Another curious category

Author

Launch School

260 days ago

There are many ways to solve coding problems, and PEDAC is but one. The purpose of this article isn’t to proclaim PEDAC as the best or only approach but provide it as one of the tools you can turn to when you begin working on a ⋯

  • 3435

  • 17426

  • 2

  • 0

  • 5

  • 1.1k
  • 1.1k
  • 1.1k
 

Benjamin COE

338 days ago

Abstractions offer a variety of benefits. However, it creates challenges in debugging code. Source maps provide a method for translating from generated source back to the original code.

  • 1110

  • 8752

  • 1

  • 0

  • 7

  • 1.1k
  • 1.1k
  • 1.1k
 
Author

Alon MIZRAHI

657 days ago

In most Javascript projects, whether frontend React project, or backend node.js project, you have the ability to group all your imports to a single index.js. This can “conveniently” expose all the relevant exports in one file. ⋯

  • 708

  • 4047

  • 6

  • 1

  • 2

  • 1.1k
  • 1.1k
  • 1.1k
 
Author

Vincent DRIESSEN

846 days ago

A successful Git branching model 🔗 This model was conceived in 2010, now more than 10 years ago, and not very long after Git itself came into being. In those 10 years, git-flow (the branching model laid out in this article) ⋯

  • 2675

  • 14006

  • 6

  • 0

  • 11

  • 1.1k
  • 1.1k
  • 1.1k
 

Jack W. REEVES

3458 days ago

Richie BartlettJust as valid today as it was 20+ years ago. This is Part One of Code As Design: Three Essays by Jack W. Reeves. Click here for the introduction. This essay first appeared in the Fall, 1992 issue of C++ ⋯

  • 4739

  • 24199

  • 0

  • 0

  • 0

  • 1.1k
  • 1.1k
  • 1.1k
 
Author

Richie Bartlett, Jr.

3872 days ago

Killer Javascript-based mini-Linux!!! http://bellard.org/jslinux/index.html Run Linux or other Operating Systems in your browser! The following emulated systems are available: ⋯

  • 193

  • 3327

  • 0

  • 0

  • 0

  • 1.1k
  • 1.1k
  • 1.1k
 
Author

Richie Bartlett, Jr.

4543 days ago

DROP PROCEDURE IF EXISTS `cSpatials_Country`; ## Written by Richie Bartlett (LoreZyra) ## Stored Procedure for MySQL 5.0 ## Purpose: to process imported csv data in GeoIPCountryWhois from MaxMind.com - CountryBlocks; ## ⋯

  • 990

  • 8310

  • 0

  • 0

  • 1

  • 1.1k
  • 1.1k
  • 1.1k
 
Author

Richie Bartlett, Jr.

4584 days ago

Reading a Text File from the Bottom Up 🔗 Demonstration script that uses the FileSystemObject to read a text file, and then to echo the text file in inverse order (that is, beginning with the last line in the text file and ⋯

  • 81

  • 535

  • 0

  • 0

  • 1

  • 1.1k
  • 1.1k
  • 1.1k
 
Author

Richie Bartlett, Jr.

4584 days ago

'// TextSplit.vbs '// http://neilkilbride.blogspot.com/2008/02/split-text-file-with-vbscript.html '// Inspired by script Written by: Neil kilbride '// '// Completely reWritten by Richie Bartlett '// 2011 June 23 '// '// cmd: e: ⋯

  • 742

  • 7001

  • 0

  • 0

  • 1

  • 1.1k
  • 1.1k
  • 1.1k
 
Author

Richie Bartlett, Jr.

4744 days ago

http://www.hotscripts.com/category/php/scripts-programs/networking-tools/traceroute/ http://www.daniweb.com/code/snippet216505.html http://www.all-nettools.com/toolbox/traceroute.php http://www.theworldsend.net/ ⋯

  • 5

  • 253

  • 0

  • 0

  • 0

  • 1.1k
  • 1.1k
  • 1.1k
 
Author

Richie Bartlett, Jr.

4744 days ago

http://www.php.net/manual/en/function.fsockopen.php http://www.geckotribe.com/php-telnet/ http://www.dali.net.nz/Telnet.class.php.txt /* Telnet class * Used to execute remote commands via telnet connection * Usess ⋯

  • 686

  • 5436

  • 0

  • 0

  • 0

  • 1.1k
  • 1.1k
  • 1.1k
 
Author

Richie Bartlett, Jr.

4744 days ago

http://snipplr.com/view/1606/php--finger-php-simple-client/ http://www.phpro.org/examples/PHP-Finger-Client-Linux-Kernel.html <? /*** connect to port 79 ***/ //created a <UL>; list... $fp = ⋯

  • 49

  • 476

  • 0

  • 0

  • 0

  • 1.1k
  • 1.1k
  • 1.1k
 
Author

Richie Bartlett, Jr.

4884 days ago

garydavis at gmail dot com 14-Jan-2010 03:38 If you are planning on using this function to serve a json file, it's important to note that the json generated by this function is not ready to be consumed by javascript until ⋯

  • 166

  • 2655

  • 0

  • 0

  • 1

  • 1.1k
  • 1.1k
  • 1.1k