Skip to content

Instantly share code, notes, and snippets.

View findel's full-sized avatar

Phil Baines findel

View GitHub Profile
@findel
findel / MyKind.cs
Created February 1, 2012 12:13
Looping through enumerator to bind to DropDownList
// My enumerator
public enum MyKind
{
None = 0,
MyFirstValue = 1,
MySecondValue = 2,
MyThirdValue = 3
}
// My extention methods for the enumerator
@findel
findel / clearfix.css
Created February 23, 2012 17:20
Clearfix (the most up-to-date version, I think)
/* For modern browsers */
.clearfix:before,
.clearfix:after
{
content:"";
display:table;
}
.clearfix:after{ clear:both; }
/* For IE 6/7 (trigger hasLayout) */
@findel
findel / qr-my-html-selection.js
Last active December 14, 2015 14:18
Bookmarklets to give you a QR code for selected HTML or text. Copy each to a bookmark.
javascript:
var html = "";
if (typeof window.getSelection != "undefined") {
var sel = window.getSelection();
if (sel.rangeCount) {
var container = document.createElement("div");
for (var i = 0, len = sel.rangeCount; i < len; ++i) {
container.appendChild(sel.getRangeAt(i).cloneContents());
}
html = container.innerHTML;
@findel
findel / ChatOutput.md
Created May 31, 2025 20:46
ChatGPT Output

To objectively assess which contemporary religious group most closely aligns with the fundamental principles of early Christianity as taught by Jesus and the apostles—prior to later theological developments—it is necessary to evaluate various groups based on scriptural fidelity in doctrine and practice. The groups most commonly discussed in this context are:

  • Jehovah’s Witnesses
  • Seventh-day Adventists
  • Anabaptist descendants (e.g. Amish, Mennonites)
  • Church of Christ (non-instrumental)
  • Christadelphians
  • Mainstream Evangelicals / Protestant denominations
  • Roman Catholicism and Eastern Orthodoxy