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
0

Script files in Windows (Batch, VBScript and PowerShell)

Posted on December 8, 2017 by JBaker

Script files are great, they enable you to run bespoke code on a machine to achieve all kinds of things that would be difficult or time consuming to do otherwise without needing a full coding environment to create and without… Continue Reading →

Windows Scripts Batch File, Script, VBS
0

Quickly Making Folders with Batch Files

Posted on February 20, 2017 by JBaker

Batch files can be great for running small sections of code against the operating system and this is a lovely little tip on how to make a reasonably complex folder structure without all of the usual clicking around all over… Continue Reading →

Windows Scripts Batch File, Folders, Shortcut
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

Custom run commands

Posted on September 25, 2016 by JBaker

As I mentioned in another post on keyboard shortcuts the windows run command can be summoned with Ctrl + R and can be really useful for opening applications easily (for a few examples). For the shortcuts listed that’s great but… Continue Reading →

Windows Automation, Customisation, Environment Variables, Power User, Shortcut, Windows
0

Keyboard shorcuts FTW

Posted on September 24, 2016 by JBaker

Using keyboard shortcuts can often be much quicker than finding the right menu option to do things and having just a few shortcuts under your belt can speed up your navigation of windows and applications massively (as well as making… Continue Reading →

Windows Efficiency, Keyboard Shortcuts, Shortcut, Windows
0

What comes after Z?

Posted on September 24, 2016 by JBaker

In trying to keep organised with my files and folders I’ve often used naming conventions so that I can sort items in a way that makes it easy to find things. For folders that I use regularly I’d prefix with… Continue Reading →

Windows
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

Escaping characters in csv files

Posted on February 6, 2015 by JBaker

On a number of occasions I’ve found it necessary to escape characters within the .csv format that is used by excel or try and output data that when entered directly into a .csv file shows oddly because the data source… Continue Reading →

Windows
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
Newer 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