Skip to content

Instantly share code, notes, and snippets.

View bernardlawes's full-sized avatar
💭
Still typing…….

Lawes bernardlawes

💭
Still typing…….
View GitHub Profile
@timjore
timjore / Study Bibles.md
Last active April 18, 2025 19:35
Study Bibles

Study Bible Notes

Primary (or standard) Study Bibles

These are listed not in alphabetical order, but more-or-less according to "rank" of what we encourage you to use, with the more important sources listed first.

  1. ESV Study Bible (Crossway Bibles. The ESV Study Bible. Wheaton, IL: Crossway Bibles, 2008.) Evangelical. Excellent, thorough Study Bible.
  2. NIV Study Bible (Barker, Kenneth, gen. ed. NIV Study Bible. Grand Rapids, MI: Zondervan, 1985, 2012.) Evangelical. Well-balanced, standard Study Bible.
@andreasonny83
andreasonny83 / .gitignore
Last active April 26, 2025 07:12
Gitignore template for JavaScript projects
# See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
/dist
/tmp
/out-tsc
# Runtime data
pids
*.pid
@jasonsperske
jasonsperske / README.md
Last active March 26, 2025 00:09
JavaScript Obfuscator

Based on @VisioN's profile signature in StackOverflow, turned into a configurator that anyone can use.

@bzerangue
bzerangue / books-of-the-bible.xml
Created August 20, 2011 23:14
A list of the Books of the Bible in XML format.
<?xml version="1.0" encoding="UTF-8"?>
<books-of-the-bible>
<entry handle="01">
<name handle="genesis">Genesis</name>
<testament handle="old-testament" abbreviation="OT">Old Testament</testament>
<chapters>50</chapters>
</entry>
<entry handle="02">
<name handle="exodus">Exodus</name>
<testament handle="old-testament" abbreviation="OT">Old Testament</testament>