This guide will demonstrate how to mirror an SVN into a Git repo. You're the target audience if you're an SVN user, just getting started with Git and need to coax your project team over to Git.
The branching scenario has been simplified for clarity.
| :: This version is not as powerfull as vbs version, please prefere the other one. | |
| :: It's just there if you need a non-visual basic way to perform this. | |
| :: Restrictions: | |
| :: - Password cannot contain a % or finish with @ | |
| :: - Chrome adds a / at the end of the URL, not yet managed | |
| :: The aim of this script is to execute putty with parameters like ssh://login@host | |
| :: Installation: | |
| :: - Launch putty.reg to associate ssh:// and telnet:// to this script | |
| :: - Edit the putty path in parameter below like puttyPath="C:\Program Files (x86)\putty.exe" |
This process worked for me. I take no responsibility for any damage or loss incurred as a result of following or not following these steps or, for that matter, anything else you might do or not do.
svn.domain.com.au.http (other protocols should work).git.domain.com.au and:| // Fast-Import / Fast-Export Rewriter to migrate bazaar bugtracking metdata properties to git. | |
| // More infos: http://www.fusonic.net/en/blog/migrating-from-bazaar-to-git/ | |
| // Licence: Mit X11 / BSD | |
| using System; | |
| using System.IO; | |
| using System.Linq; | |
| using System.Text.RegularExpressions; | |
| using System.Text; | |
| using System.Diagnostics; | |
| using System.Collections.Generic; |
| #!/usr/bin/env python | |
| """Launchpad to github bug migration script. | |
| There's a ton of code from Hydrazine copied here: | |
| https://launchpad.net/hydrazine | |
| WARNING: this code was written for the Github issues v2 API, and has *not* been ported to v3. If anyone finds it useful and ports it, please drop me a pull request. | |
| Usage | |
| ----- |
| databases: | |
| - logs: 7 | |
| - vms: 9 | |
| - statistics: 20 | |
| connect_line: '127.0.0.1' | |
| log_file: 'cl_clean_partitions.log' |
| 1. Open CMD as Administrator | |
| 2. Paste the following commands into the Cmd: One by one, follow the order. | |
| cscript slmgr.vbs /ipk "SERIAL NUMBER HERE" | |
| Replace SERIAL NUMBER HER with any of these, according your Windows 10 installation type. | |
| Home/Core TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 | |
| Home/Core (Country Specific) PVMJN-6DFY6-9CCP6-7BKTT-D3WVR | |
| Home/Core (Single Language) 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH |
There is an increasing count of applications which use Authy for two-factor authentication. However many users who aren't using Authy, have their own authenticator setup up already and do not wish to use two applications for generating passwords.
Since I use 1Password for all of my password storing/generating needs, I was looking for a solution to use Authy passwords on that. I couldn't find any completely working solutions, however I stumbled upon a gist by Brian Hartvigsen. His post had a neat code with it to generate QR codes (beware, through Google) for you to use on your favorite authenticator.
His method is to extract the secret keys using Authy's Google Chrome app via Developer Tools. If this was not possible, I guess people would be reverse engineering the Android app or something like that. But when I tried that code, nothing appeared on the screen. My gues
This Ivanti VTM TrafficScript library implements the HMAC MD5/SHA1/SHA256/SHA384/SHA512 calculations and JWT Sign Verification.