shelfcode1221.blogspot.com
Open in
urlscan Pro
142.250.185.129
Public Scan
URL:
http://shelfcode1221.blogspot.com/
Submission: On October 07 via manual from AU — Scanned from DE
Submission: On October 07 via manual from AU — Scanned from DE
Form analysis
1 forms found in the DOMhttp://shelfcode1221.blogspot.com/search
<form action="http://shelfcode1221.blogspot.com/search" target="_top">
<div class="search-input">
<input aria-label="Search this blog" autocomplete="off" name="q" placeholder="Search this blog" value="">
</div>
<input class="search-action flat-button" type="submit" value="Search" disabled="">
</form>
Text Content
Advertise Here! Skip to main content SEARCH THIS BLOG SHEFL POSTS FEATURED POST JAVA - LIMIT RAM USAGE ECLIPSE - * Get link * Facebook * Twitter * Pinterest * Email * Other Apps - September 15, 2015 this question has answer here: setting memory of java programs runs eclipse 2 answers i'm writing java program using eclipse ide (kepler service release 1) causing jvm hog more memory needs. don't run out of ram fan ramps up. i'd experiment limiting jvm's seemingly godlike power on system memory. apparently there way start jvm switch limit amount of ram allow program consume. know there setting in eclipse.ini file ide itself. want limit ram usage java program when start in dev/debug mode. know how might accomplished? set vm arguments specific run configuration can found at run → run configurations → arguments tab → vm arguments you can -xms512 Post a Comment Read more PHP - REGEX FIND INPUT VALUE - * Get link * Facebook * Twitter * Pinterest * Email * Other Apps - September 15, 2015 the string is: <input type="hidden" name="billing[address_id]" value="34543" id="billing:address_id" /> how can input value string? tried code: preg_match('/<input type="hidden" name="billing[address_id]" value="(.*?)" id="billing:address_id" \/>/mis', $html, $results); your regex correct.. escape [ , ] @ address_id. preg_match('/<input type="hidden" name="billing\[address_id\]" value="(.*?)" id="billing:address_id" \/>/mis', $html, $results); Post a Comment Read more .HTACCESS - MOD_REWRITE, FIRST RULE WORKS PERFECTLY, SECOND RULE DOES NOT - * Get link * Facebook * Twitter * Pinterest * Email * Other Apps - September 15, 2015 i have 2 mod_rewrite rules, defining category , product . products displayed in categories, , clicking on product comes product page: this works: http://www.example.com/ele/electricalgoods/ takes code value "ele" , uses rewrite call /view_category.php?cat=ele . works perfectly, using following mod_rewrite: rewritecond %{request_filename} !-d rewritecond %{request_filename} !-f rewriterule ^([^/]*)/([^/]*)/([^/]*)$ /show_category.php?catcode=$1&page=$3 [nc] (this includes further "folder" pages in category view such http://www.example.com/ele/electricalgoods/3/ ) however, underneath in htaccess file want have similar rewrite so: http://www.example.com/product/el063/earphones/ rewrites to: /view_product.php?prodid=el063 i did this htaccess code: rewritecond %{request_filename} !-d rewritecond %{request_filename} !-f rewriterule ^product/([^/]*)/([^/]*)$ /show_product.php?prodid=$1 [nc,l] but somehow doesn't work expected, want pr Post a Comment Read more PHP - NO INPUT FILE SPECIFIED WHILE USING NGINX - * Get link * Facebook * Twitter * Pinterest * Email * Other Apps - September 15, 2015 i create server recently, , use nginx web server. i did : service nginx force-reload reloading nginx configuration nginx [ ok ] then service nginx status nginx running knowing site running, when go it. see no input file specified. wired ??? here have in /etc/nginx/sites-available/default server { listen 80 default_server; server_name default; root /default/public; can please me fix ? i fix problem assign document root correct path : root /home/forge/default/public; if see no input file specified. , make sure set root correct path. Post a Comment Read more FTP - WEBSITE OFFLINE VIEWING/EDITING - * Get link * Facebook * Twitter * Pinterest * Email * Other Apps - September 15, 2015 i went end ftp website , downloaded c drive. question show in browser normal address different beginning, ex. file:///c:/folder/www.websitename.com or type in access pages? need heavy lifting on , don't want site while live. dev site redirects main site , can't find in htaccess file reroutes i'm gonna try way. thanks! the path this: file:///c:/folder/filename.html you can open file in browser by: opening file menu in browser. if editing in tool notepad++, there should option launch page you're editing in browser. (in notepad++ it's under "run" menu) go file in windows explorer/finder, right click file, select "open with", , pick browser want see page in. Post a Comment Read more LINUX - SHOULD I ALWAYS USE GAWK OVER AWK? - * Get link * Facebook * Twitter * Pinterest * Email * Other Apps - September 15, 2015 i see features of awk included in gawk, besides using system doesn't have gawk installed, there ever reason should use awk versus gawk? awk have better performance on gawk? awk can refer many things. there's awk -the-standard , , there's many different implementations, 1 of gawk . not using implementation-specific features means you'll have high(er) chance code run unchanged on other implementations of awk -the-language. gawk , being 1 implementation of awk -the-language, claims conform awk -the-standard, while adding features. $ man awk … description gawk gnu project's implementation of awk programming language. conforms definition of language in posix 1003.1 standard. version in turn based on description in awk programming language, aho, kernighan, , weinberger. gawk provides additional features found in current version of brian kernighan's awk , number of gnu-specific extensions. … as speed, using gawk &qu Post a Comment Read more DRUPAL 7 DATE MODULE ALL DAY OTPION - * Get link * Facebook * Twitter * Pinterest * Email * Other Apps - September 15, 2015 i using drupal 7 date module. have enabled , created date field date, time , day option in content type. created node of content type, set date 04/25/2015, checked day option , saved node. after saving node can see date field value being saved 04/24/2015 00:00:00 in database. expecting saved 04/24/2015 23:59:59. can 1 please me how achieve this? in advance good morning. should modify submitted info after submision of form. have @ hook_node_presave() , hook lets alter node before inserted database. hope helps. Post a Comment Read more More posts Powered by Blogger Theme images by Michael Elkan Unknown Visit profile ARCHIVE * September 2015808 * August 2015818 * July 2015812 * June 2015784 * May 2015857 * April 2015781 * March 2015816 * February 2015802 * January 2015755 * September 2014771 * August 2014806 * July 2014805 * June 2014812 * May 2014835 * April 2014831 * March 2014803 * February 2014748 * January 2014806 * September 2013740 * August 2013823 * July 2013820 * June 2013787 * May 2013862 * April 2013848 * March 2013811 * February 2013795 * January 2013843 * September 2012842 * August 2012799 * July 2012793 * June 2012777 * May 2012799 * April 2012756 * March 2012792 * February 2012816 * January 2012780 * September 2011805 * August 2011793 * July 2011829 * June 2011797 * May 2011832 * April 2011783 * March 2011793 * February 2011796 * January 2011822 * September 2010816 * August 2010809 * July 2010865 * June 2010830 * May 2010822 * April 2010858 * March 2010820 * February 2010818 * January 2010829 Show more Show less REPORT ABUSE