Joi's Code Repository
Some things about some things
Menu Close
  • Home
  • Power user
    • Linux
    • Windows
    • Windows Scripts
  • Coder
    • SQL
    • C#
    • VB.Net
    • Python
    • Git
  • Maker
    • Arduino
  • About
    • Joi’s Wiki

Coder

These articles are based more around different programming languages, practices and code snippets

0

VB.Net Markup for your TiddlyWiki (and almost any other language!)

Posted on December 2, 2018 by JBaker

Need to add a language to the Highlight.js plugin on your tiddlywiki? Here’s how… Continue Reading →

VB.Net, Windows Highlight.js, Highlighting, Syntax, TiddlyWiki, VB.NET
0

Arranging dlls into subfolders – the Probing element

Posted on December 2, 2018 by JBaker

Would you rather put all of your dlls into a subfolder of the folder holding your main .exe file? here’s a very quick article showing you how! Continue Reading →

C#, VB.Net App.config, C#, dll, library, probing, Probing Element, VB.NET, Visual Studio
0

Multiple SSH Keys for multiple Bitbucket accounts

Posted on September 14, 2018 by JBaker
a useful device

There are a few ways to achieve the holy grail of multiple bitbucket accounts linked to the same pc whilst never having to use a password, depending on what you put into your config file (more on that shortly) with… Continue Reading →

Git Bitbucket, git, Multiple Accounts, SSH Key
0

Git intermediate commands

Posted on February 5, 2018 by JBaker

Outside of the given simple lifecycle of a feature branch git offers a lot more by way of information about commits and navigating between those commits and whilst you may use these commands less frequently they start to show you… Continue Reading →

Git Branch Admin, git, Git Checkout, Git Commands, Git Diff
0

Git Lifecycle

Posted on February 2, 2018 by JBaker

Here are the git bash commands that you’ll need for a more typical feature branch development. Grab the repo firstly we want to grab the project from the remote repo into a local folder. navigate in the terminal to the… Continue Reading →

Git git, Git Commands, Lifecycle, Repo
0

Git basics

Posted on February 2, 2018 by JBaker

Git is a tool long since used by developers to keep track of their code changes, it allows them to easily see when and what any particular change was and share those changes with remote repositories. I should’ve come to… Continue Reading →

Git basic commands, git, git basics
0

Simple Complex SQL Updates – Updating a Derived Table

Posted on February 17, 2017 by JBaker

When amending data in a large SQL database it makes sense that the bread-and-butter command is the classic UPDATE statement. this statement is reasonably simple and has the following syntax: (the MSDN link is here: https://msdn.microsoft.com/en-us/library/ms177523.aspx )   UPDATE TABLE_NAME SET column1=value1,column2=value2,…… Continue Reading →

SQL Code Snippet, Derived Table, SQL, update
0

Like and Ranges

Posted on March 23, 2015 by JBaker

You will likely be aware of the ‘like’ operator and its use and the common use of the % symbol to denote a string of 0 or greater length of any characters. What you may not know is how to… Continue Reading →

SQL Data Validation, Query, SQL, Where Clause
0

Finding columns and tables

Posted on February 9, 2015 by JBaker

Querying the sys, tables in a database can make looking for references to objects or listing out columns a very simple task. Whilst the tables being queried hold a lot of interesting and useful information it’s generally necessary to be… Continue Reading →

SQL Database Information, SQL, SQL Server, SSMS, System Tables
0

Email from code

Posted on January 20, 2015 by JBaker

Whilst trying to come up with ways to make life easier at work I noticed that automating an email to appear with a subject, addressee and body pre-populated could save a lot of time in some circumstances – genius. Trying… Continue Reading →

VB.Net

Post navigation

Older Articles

Sharing

Facebooktwitterredditpinterestlinkedinmail

Recent Posts

  • VB.Net Markup for your TiddlyWiki (and almost any other language!)
  • Arranging dlls into subfolders – the Probing element
  • Multiple SSH Keys for multiple Bitbucket accounts
  • Git intermediate commands
  • Bash terminal setup (use, aliases and functions)

Archives

  • December 2018
  • September 2018
  • February 2018
  • December 2017
  • February 2017
  • September 2016
  • March 2015
  • February 2015
  • January 2015

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
© 2025 Joi's Code Repository. All rights reserved.
Hiero by aThemes