
code.seterlund.com
Random BytesA place to archive work related stuff.
http://code.seterlund.com/
A place to archive work related stuff.
http://code.seterlund.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Monday
LOAD TIME
0.9 seconds
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
0
SITE IP
172.217.6.83
LOAD TIME
0.897 sec
SCORE
6.2
Random Bytes | code.seterlund.com Reviews
https://code.seterlund.com
A place to archive work related stuff.
Random Bytes: October 2010
http://code.seterlund.com/2010_10_01_archive.html
A place to archive work related stuff. Tuesday, October 19, 2010. Creating a self-signed certificate with private key. Needed to make a self-signed certificate with a private key for a project I working on. After some research I found that the combination of makecert. Did the trick. Use the following commands in Visual Studio Command Prompt. Lagt inn av Per Ivar. Koblinger til dette innlegget. Monday, October 11, 2010. Lagt inn av Per Ivar. Koblinger til dette innlegget. Friday, October 1, 2010. Public c...
Random Bytes: November 2010
http://code.seterlund.com/2010_11_01_archive.html
A place to archive work related stuff. Thursday, November 4, 2010. Needed a tool to tidy some Xml in "Programmer's Notepad" and could not resist to created my own version of XmlTidy. :-). Using System; using System.Xml; using System.Xml.XPath; namespace XmlTidy { public class Program { private enum ExitCodes { Success = 0, Failure = 1 } private static int Main(string[] args) { if (args.Length = 0) { return ShowUsage(); } var inputFile = args[0]; var outputFile = args.Length = 1? Lagt inn av Per Ivar.
Random Bytes: Code coverage info from NUnit into Visual Studio
http://code.seterlund.com/2011/11/code-coverage-info-from-nunit-into.html
A place to archive work related stuff. Friday, November 18, 2011. Code coverage info from NUnit into Visual Studio. You might say. And you would be right. But for the current project I was looking for a free solution. I started to google the web for a free alternative and found PartCover. PartCover and OpenCover does noe have any GUI or plugin in Visual Studio, so when I saw that it was possible to use the same window in VS as MSTest I was sold. The Test coverage is displayed with the information. Subscr...
Random Bytes: Need images for your application?
http://code.seterlund.com/2012/08/need-images-for-your-application.html
A place to archive work related stuff. Friday, August 3, 2012. Need images for your application? Maybe these sites is what you need. 400 nice black and white glyphs. Http:/ www.famfamfam.com/. Home of the silk icon set (1000 icons). Http:/ www.smashingmagazine.com/2008/03/06/35-really-incredible-free-icon-sets/. A lot of links to other good icon sets. Http:/ www.iconarchive.com/. Lagt inn av Per Ivar. Subscribe to: Post Comments (Atom). Need images for your application? ISerializable - Roy Osherove's Blog.
Random Bytes: April 2011
http://code.seterlund.com/2011_04_01_archive.html
A place to archive work related stuff. Thursday, April 7, 2011. You can call it code contracts or an argument guard. This is a simple implementation that can validate that the current state of a variable or method is as you expect it to be. If the validation fails, an exception is thrown. Example code:. Source code can be found on GitHub. Lagt inn av Per Ivar. Koblinger til dette innlegget. Subscribe to: Posts (Atom). Database Building 101: High level graph operations. ISerializable - Roy Osherove's Blog.
TOTAL PAGES IN THIS WEBSITE
19
Seebz Code
Permet d'assigner un gestionnaire d'évènement à un élément. Applique une fonction sur les clés d'un tableau. Applique une fonction sur les éléments d'un tableau, récursivement. Converti les urls contenus dans une chaine en liens cliquables. Converti les urls contenus dans une chaine en liens cliquables. Retourne le PageRank attribué par Google d'une URL. Permet de savoir si une URL a été consultée auparavant. Effectue une redirection HTTP et termine le script courant. Convertit une chaîne de caractères U...
Welcome to nginx!
If you see this page, the nginx web server is successfully installed and working. Further configuration is required. For online documentation and support please refer to nginx.org. Commercial support is available at nginx.com. Thank you for using nginx.
GMAN官方防伪查询系统--GMAN咀嚼片(玛咖压片糖果)官网
A、系统提示 您所查询的产品为GMAN咀嚼片 玛咖压片糖果 正品,感谢您的使用。 GMEN咀嚼片唯一官方网址 wap.gmanafrica.com.
Random Bytes
A place to archive work related stuff. Friday, August 3, 2012. Need images for your application? Maybe these sites is what you need. 400 nice black and white glyphs. Http:/ www.famfamfam.com/. Home of the silk icon set (1000 icons). Http:/ www.smashingmagazine.com/2008/03/06/35-really-incredible-free-icon-sets/. A lot of links to other good icon sets. Http:/ www.iconarchive.com/. Lagt inn av Per Ivar. Koblinger til dette innlegget. Friday, November 18, 2011. You might say. And you would be right. Off cou...
Setfive Consulting « Code
This is a "live" copy of code.setfive.com. Which is viewable on GitHub at https:/ github.com/Setfive/setfive.github.com.
Centre for Online and Distance Education - Simon Fraser University
Centre for Online and Distance Education. Out of Town Exams. Open New Ticket by Clicking HERE. WL 104 - Spring Course 2018 (1181). Learn more →. SD Certificate and Post-Baccalaureate Diploma. Learn more →. Complete your exams with success! Explore procedures, find forms, and view schedules. learn more →. Online Certificate in Next-Generation Transportation. Be a part of designing transportation that stands up to the challenges of the future. learn more →. Don't be scared. Be prepared! Are you in the zone?
Saumya Gurbani by sgurbani
View My GitHub Profile. I'm currently a second year medical student in the MD/PhD program at Emory University School of Medicine. This is my GitHub page, where I will upload current and past projects. You can also view some of my prior work by visiting my Google Scholar page. I'm currently working on my second year elective on a project entitled " Retrospective Analysis of Time-of-Day vs. Student Performance on Medical School Module Exams. Hosted on GitHub Pages — Theme by orderedlist.
Shabbir's Code Snippets
Follow a username on Twitter iOS 5. This easy snippet allows you to specify a username you’d like your users to follow. For instance, in an About page you can add a “Follow Me” button that checks the users logged in twitter accounts and follows you with the first available account. TWTweetComposeViewController canSendTweet]) { / Create account store, followed by a twitter account identifier. ACAccountStore alloc] init]; ACAccountType *. Granted, NSError *. Granted) { NSArray *. Type]; / Sanity check.
Code
Trust me, I'm an Engineer. Wednesday, May 8, 2013. COMSC 100 Assignment 10. Function getInputAsText( id){return document.getElementById( id).value}. Function getInputAsNumber( id){return parseFloat(document.getElementById( id).value)}. Function setOutput( id, value){document.getElementById( id).value = value}. Var myAnswer1 = getInputAsText("myAnswer1Box"). Var myAnswer2 = getInputAsText("myAnswer2Box"). Var myAnswer3 = getInputAsText("myAnswer3Box"). Var score = 0. Var myResult1 = "correct". COMSC 100 A...