nagoon97.wordpress.com
Ajax mosaic builder | nagoon97's Weblog
https://nagoon97.wordpress.com/2008/04/09/ajax-mosaic-builder
You can actually do alot with javascript! Ajax mosaic builder April 9, 2008. 8212; nagoon97 @ 6:03 am. To demonsterate what you can do with the BinFileReader that I have posted at https:/ nagoon97.wordpress.com/2008/04/06/reading-binary-files-using-ajax/. I’ve written a mosaic builder. The function will load multiple images as a color pallet using BinFileReader and then arranged them in such an order that those images would look like one of the images in the pallet. Please note that since the function wa...
nagoon97.wordpress.com
Method overloading in Javascript | nagoon97's Weblog
https://nagoon97.wordpress.com/2008/03/11/method-overloading-in-javascript
You can actually do alot with javascript! Method overloading in Javascript March 11, 2008. 8212; nagoon97 @ 4:51 pm. To simulate method overloading in Javascript, many “if” statements are often used, which makes the code alot less intuitive. So, I came up with the following function to simulate method overloading without harming the readability of the source code. You can find more about this function at. The source code is freely distributable under the terms of an MIT-style license. Var func = null;.
nagoon97.com
Wireshark – nagoon97
http://nagoon97.com/wp/index.php/2016/03/13/wireshark
Make sure the input field turns to green before typing enter. Ipaddr= xxx.xxx.xxx.xxx. Ipdst= xxx.xxx.xxx.xxx. March 13, 2016. Leave a Reply Cancel reply. Your email address will not be published. Required fields are marked *. Colon number after an interface name? Type vs which in bash. Rewrite rules are not applied to a virtual host. Bash profile, /.bash login, /.profile, /.bashrc and /etc/profile. Bash wildcards and brace expansions. Javascript Promises and their applications. On Ajax mosaic builder.
nagoon97.com
Uncategorized – nagoon97
http://nagoon97.com/wp/index.php/category/uncategorized
When blame shows every line being changed and not committed state. 00000000 (Not Committed Yet 2016-06-12 12:28:55 0900 1) …. 00000000 (Not Committed Yet 2016-06-12 12:28:55 0900 2) …. 00000000 (Not Committed Yet 2016-06-12 12:28:55 0900 3) …. 00000000 (Not Committed Yet 2016-06-12 12:28:55 0900 4) …. This happened on Windows machine with Linux repo. The problem is due to the different line breaks used in local machine and the server. Git blame HEAD file.txt. Or using -w flag to ignore the line breaks.
nagoon97.com
Javascript Promises and their applications – nagoon97
http://nagoon97.com/wp/index.php/2016/06/14/javascript-promises-and-their-applications
Javascript Promises and their applications. How promises were chained with array.reduce. How spawn helper function was used with generator to mimic the asyc function. Http:/ www.html5rocks.com/en/tutorials/es6/promises/. June 14, 2016. December 18, 2016. Leave a Reply Cancel reply. Your email address will not be published. Required fields are marked *. When blame shows every line being changed and not committed state. Bash wildcards and brace expansions. Type vs which in bash. On Ajax mosaic builder.
nagoon97.com
SELinux – nagoon97
http://nagoon97.com/wp/index.php/2016/01/17/selinux
SELinux (read as S.E.Linux). The main purpose of using SELinux is to protect the system from “unpredictable” security breaches. It provides a kernel-level security protection based on a white-list policy and can protect from things like application bugs and application misconfigurations. Buggy/misconfigured FTP/HTTP/other daemons may give the users more privileges than they should). January 17, 2016. January 29, 2016. Leave a Reply Cancel reply. Your email address will not be published.
nagoon97.com
Colon+number after an interface name? – nagoon97
http://nagoon97.com/wp/index.php/2016/05/10/colonnumber-after-an-interface-name
Colon number after an interface name? Adds extra IP addresses to a network interface. Eg) ifconfig eth0:1 210.224.223.10 up. For example, ifconfig eth0:0 10.0.0.10 adds the address 10.0.0.10 as a virtual IP address to eth0. Https:/ www.linux.com/blog/using-ifconfig. May 10, 2016. September 16, 2016. Leave a Reply Cancel reply. Your email address will not be published. Required fields are marked *. When blame shows every line being changed and not committed state. Type vs which in bash.
nagoon97.com
type vs which in bash – nagoon97
http://nagoon97.com/wp/index.php/2016/09/22/type-vs-which-in-bash
Type vs which in bash. Is a shell builtin command where as. Also, some history and more. 1027 /usr/local type which which is aliased to `alias /usr/bin/which - tty-only - read-alias - show-dot - show-tilde' 1028 /usr/local type type type is a shell builtin. September 22, 2016. September 22, 2016. Leave a Reply Cancel reply. Your email address will not be published. Required fields are marked *. Rewrite rules are not applied to a virtual host. Type vs which in bash. Bash wildcards and brace expansions.
nagoon97.com
Not All RFCs Are Standards – nagoon97
http://nagoon97.com/wp/index.php/2016/01/17/not-all-rfcs-are-standards
Not All RFCs Are Standards. 8230; In fact, each. RFC has a status, relative to its relation with the Internet. Standardization process: Informational, Experimental, or Standards. Track (Proposed Standard, Draft Standard, Internet Standard), or. Https:/ tools.ietf.org/html/rfc1796. January 17, 2016. September 16, 2016. Leave a Reply Cancel reply. Your email address will not be published. Required fields are marked *. When “which” command and the actual executable being executed do not match.