๐Ÿš€ HickleSecLab

All Posts

Thumbnail for Posts

How do I delete a Git branch with TortoiseGit

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Git Branch Tortoisegit

Is there an option to delete a branch with TortoiseGit I found a solution for the commandline Is there an implementation in

Thumbnail for Posts

How do I move a file or folder from one folder to another in TortoiseSVN

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Svn Tortoisesvn

I would like to move a file or folder from one place to another within the same repository without having to use Repo Browser to do it and without creating two

Thumbnail for Posts

How do I render a Word document doc docx in the browser using JavaScript

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Browser Ms-Word

I have successfully done code to display a PDF file in the browser instead of the OpenSave dialog Now Im stuck trying to display a Word document in the browser

Thumbnail for Posts

How do I write goodcorrect package initpy files

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Package

My package has the following structure mobilescouter initpy 1 mapper initpy 2 lxml initpy 3 vehiclemapperpy vehiclefeaturemapperpy vehiclefeaturesetmapperpy

Thumbnail for Posts

How should I use git diff for long lines

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Git Diff Word-Wrap

Im running gitdiff on a file but the change is at the end of a long line If I use cursor keys to move right it loses colourcodingand worse the lines dont line

Thumbnail for Posts

How to access full source of old commit in BitBucket

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Bitbucket

I cant figure out or find the documentation on how to access the source of an old commit in the new Bit Bucket format Is this even possible

Thumbnail for Posts

How to append a char to a stdstring

๐Ÿ“‚ Categories: C++
๐Ÿท๏ธ Tags: String

The following fails with the error progcpp513 error invalid conversion from char to const char int main char d d stdstring yHello worl yappendd Line 5 this

Thumbnail for Posts

How to attach javadoc or sources to jars in libs folder

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Android Eclipse Adt Javadoc

New version of ADT r17 plugin for Eclipse added feature to automatically setup JAR dependencies Any jar files in the libs folder are added to the build

Thumbnail for Posts

How to bulk update with Django

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Django Django-Models

Id like to update a table with Django something like this in raw SQL update tblname set name foo where name bar My first result is something like this but