Gamecreatures'  Blog
Gamecreatures' Blog
Software Development Adventures
Skip to content
  • Home
  • Hacking
  • Visuals
  • About

Code Snippets

There are 22 posts filed in Code Snippets (this is page 3 of 5).

Post navigation

Directly send an e-mail in rails without template

Snippet to directly send an e-mail in Rails, without templates

ActionMailer::Base.mail(
  from: "gamecreatre@example.com",
  to: "receiver@example.com",
  subject: "Sample Subject",
  body: "Message Body"
).deliver
in Code Snippets

Snippet to find string files of a given filename

find . -name config.rb -print0 | xargs -0 grep 'search-thing' 
in Code Snippets

Extract single table from a MySQL dump

sed -n -e '/DROP TABLE.*`table_name`/,/UNLOCK TABLES/p' dump.sql > table_name.sql

Source: https://ruleoftech.com/2019/restore-single-table-from-full-mysql-database-dump

in Code Snippets

Find to find files newer than

find . -newermt '14 days ago' ## minutes/hours etc.. see date input formats
in Code Snippets

View content of all files including filename

In this example I get the ruby-version of my projects.

tail -n +1 */.ruby-version

Which results in the following output

==> project1/.ruby-version <==
2.5.1

==> project2/.ruby-version <==
3.0.0

==> project3/.ruby-version <==
2.7.2

Source: https://stackoverflow.com/a/7816490/528505

in Code Snippets, Hacking

Post navigation

Search

Archives

Tags

actionscript ajax apache bash blog book bundler c++ calendar date encoding flash freebsd git httpd ie install java javascript legacy libhttpd mac memory-leak microsoft mysql os x osx php ports prototype qt rails rsync ruby ruby on rails shell shell-script snippet sourceforge tools unix utf8 windows wordpress xml

api

  • Haml
  • Ruby API Refs
  • Sass

Blogroll

  • Asdf
  • Lnav

FreeBSD

  • FreeBSD Security

frontpage

  • GitHub

Links

  • Java libhttpd
  • Phlex, ruby's fastest templating language for rails.
  • QtAwesome – Font Awesome Support for Qt

Ruby

  • Phlex, ruby's fastest templating language for rails.

stock-resources

  • Sock XCHNG

tools

  • Apple Mail Spy Pixel Blocker
  • Borg Backup
  • Conversion
  • Dead Pixel Fixer
  • Download youtube movies
  • excalidraw.com
  • Gitea
  • Licecap – Gif Screen Captutere
  • Loop
  • TestDisk
  • TINY Helpers
  • Tiny Helpers

webdevelopment

  • Browser Default Styles
  • Flatpickr
  • Flexbox Adventure
  • Modernizr
  • Tiny Helpers
Independent Publisher empowered by WordPress