Skip to content

Instantly share code, notes, and snippets.

View beginor's full-sized avatar
💭
Coding for code!

beginor beginor

💭
Coding for code!
View GitHub Profile
REGEDIT4
[HKEY_CURRENT_USER\Control Panel\Desktop]
"FontSmoothing"="2"
"FontSmoothingType"=dword:00000002
"FontSmoothingGamma"=dword:00000578
"FontSmoothingOrientation"=dword:00000001
@beginor
beginor / gist:5525460
Last active December 17, 2015 00:59 — forked from androidcn/gist:5520805
public class TableViewSource<TEntity> : UITableViewSource
{
private IList<TEntity> _data;
public TableViewSource(IEnumerable<TEntity> data) {
this._data = data.ToList ();
}
public override int RowsInSection (UITableView tableview, int section)
@beginor
beginor / .gitignore
Last active December 16, 2015 02:29 — forked from mahdi/.gitignore
Log folder
#Junk Files
*.DS_Store
[Tt]humbs.db
#Log Folder
[Ll]og
#Visual Studio Files
[Oo]bj
[Bb]in