Last ReplyZoscal was the old name? Yes. Bug now fixed on local/development version and will be pushed in the next patch. August R. Garcia,
Is Terry A. Davis truely the smartest programmer that ever lived?
Forum in Garbage Can | By Some Guy
Published | Last Update
Last ReplyHe did write his own compiler. August R. Garcia,
He did write his own comp...
Last ReplyThis post covers the distinctions pretty concisely:https://marksheet.io/sass-sCSS-less.HTML August R. Garcia,
This post covers the dist...
Can you use Machine Learning to solve reCaptcha v2?
Forum in Machine Learning | By Some Guy
Published | Last Update
Last ReplyYes, it's possible. And yes, most bots that can click pictures of cars will use machine learning in some way.Roughly six months, I wrote a reCapt... August R. Garcia,
Yes, it's possible....
Last ReplyDisplay:table can be changed where needed, which solves [one of] the largest problem[s] related to using table elements for layout/design. August R. Garcia,
Display:table can be chan...
Last ReplyThere is Libreoffice Base: http://www.thefrugalcomputerguy.com/libreoffice-base/Overview.php https://www.libreoffice.org/discover/base/... August R. Garcia,
There is Libreoffice Base...
Last Reply………………………………-~*")"/'~)||||||/''"/'~... August R. Garcia,
………&...
I downloaded a bunch of stock photos for testing. Is there a quick way to bulk rename in Bash (or something similar)?
Forum in Web Scraping, Data Analysis | By Some Guy
Published | Last Update
Last ReplyA script like run from the terminal or a Bash script works for this type of file renaming: INDEX=1; for i in *.jpg; do mv $i ${INDEX}_cover.jpg;... August R. Garcia,
A script like run from th...
Harry Potter and the Goblet of Client-Side Input Validation
Forum in Client-Side | By Some Guy
Published | Last Update
Last ReplyAm working on this currently. General blog post. Includes misc. code snippets. Doing this currently to have an article to template from that actually... August R. Garcia,
Am working on this curren...
Generate insert statements from Google Sheets?
Forum in Spreadsheets | By Some Guy
Published | Last Update
Last ReplySomething along these lines should work: ="INSERT INTO " & A2 &" ("&join(", ", $B$1:$H$1)&")" & " VALUES " & "("... August R. Garcia,
Something along these lin...
https://www.youtube.com/watch?v=KEkrWRHC...
Morehttps://www.youtube.com/watch?v=KEkrWRHCDQUGoogle's reCaptcha v3 is out of beta testing
Forum in News | By August R. Garcia
Published | Last Update
Announcement from 29 October, 2018:<br /...
MoreAnnouncement from 29 October, 2018: https://webmasters.googleblog.com/2018/10/introducing-recaptcha-v3-new-way-to.html I would say "P...Making an SVG of a clock using HTML, CSS, and JavaScript is the best web development exercise.
Forum in Web Development | By Some Guy
Published
PHP is the essentially the only programm...
MorePHP is the essentially the only programming language that I use for server-side programming. Have been thinking about testing out Ruby, since there se...Which do you prefer?
MoreWhich do you prefer?"Thanks for Inventing JavaScript" meme - Are these bugs or features?
Forum in Client-Side | By Some Guy
Published | Last Update
What's the deal with this meme? Why...
MoreWhat's the deal with this meme? Why exactly do these lines of JS code evaluate to what is shown here? https://i.imgur.com/7XR6sg1.pngExcerpts from full HTML5/CSS3 overview -- detail/summary, progress bars, description lists, etc.
Forum in Style and Layout | By Some Guy
Published