Skip to content

Instantly share code, notes, and snippets.

View harry-cpp's full-sized avatar

Harry harry-cpp

View GitHub Profile
@harry-cpp
harry-cpp / NotAValidScript.sh
Created April 24, 2019 17:10
MonoGame inside the Web Browser
# Quck setup guide for MonoGame on Web
# Install the template
dotnet new --install MonoGame.Template.Bridge.CSharp
# Generate the project
dotnet new mgbridge
# Build the project
msbuild
@harry-cpp
harry-cpp / VSCodeExtension.py
Last active November 17, 2023 16:21
VSCode extension for Nautilus
Moved to:
https://github.com/cra0zy/code-nautilus
since people want to add features to it and no notification arrive from comments on gist.
@harry-cpp
harry-cpp / Game1.cs
Created December 27, 2015 12:42
VSCode + MonoGame
class Game1 : Game
{
protected override void LoadContent()
{
#if DEBUG
var proc = new Process();
proc.StartInfo.FileName = "/bin/bash";
proc.StartInfo.Arguments = "-c \"wmctrl -r 'Terminal' -b add,below && wmctrl -r '" + Window.Title + "' -b add,above\"";
proc.StartInfo.UseShellExecute = false;
proc.Start ();
[Wallpaper]
http://roberto-miak.deviantart.com/art/Black-Rock-Shooter-Wallpaper-245395503
[Theme]
Gtk: https://github.com/solus-cold-storage/evopop-gtk-theme.git
Icon: https://github.com/snwh/paper-icon-theme.git or http://samuelhewitt.com/paper/download
Shell: https://github.com/snwh/paper-gtk-theme.git or http://samuelhewitt.com/paper/download
[Extensions]
https://extensions.gnome.org/extension/448/remove-rounded-corners/