jfmherokiller(25)•in #programming•1886 days agohow to use vtnetcore in a commandline appthis is an expanded explaination to the issue here https://github.com/darrenstarr/VtNetCore/issues/7 The basic idea i chose was to make it parse away all the vt...1jfmherokiller(25)•in programming•1886 days agohow to use vtnetcore in a commandline appthis is an expanded explaination to the issue here https://github.com/darrenstarr/VtNetCore/issues/7 The basic idea i chose was to make it parse away all the vt...1
jfmherokiller(25)•in #technology•1920 days agohow to access the firebase database emulator from the .net implementation of the realtime databasethis is a follow up to my previous post wherein i solved the issue atleast partially using a caddy server and the config setup below localhost { the route where...0jfmherokiller(25)•in technology•1920 days agohow to access the firebase database emulator from the .net implementation of the realtime databasethis is a follow up to my previous post wherein i solved the issue atleast partially using a caddy server and the config setup below localhost { the route where...0
jfmherokiller(25)•in #technology•1935 days agotips for deserializing json using newtonsoft.jsonI just want to share a few tips when deseralizating json strings using the newtonsoft.json library. setup a root object that contains all objects on the server ...0jfmherokiller(25)•in technology•1935 days agotips for deserializing json using newtonsoft.jsonI just want to share a few tips when deseralizating json strings using the newtonsoft.json library. setup a root object that contains all objects on the server ...0
jfmherokiller(25)•in #programming•1960 days agoa tip for programming when dealing with databasesif you are dealing with databases and doing alot of insertions/selections from a single "client" try to only open the database connection only once instead of r...0jfmherokiller(25)•in programming•1960 days agoa tip for programming when dealing with databasesif you are dealing with databases and doing alot of insertions/selections from a single "client" try to only open the database connection only once instead of r...0
jfmherokiller(25)•in #programming•1996 days agoA way to extract strings from the body of a method in c#Have a modifed script i use for extracting strings from MSIL methods at runtime. original source here https://web.archive.org/web/20200727042639/https://stackov...2jfmherokiller(25)•in programming•1996 days agoA way to extract strings from the body of a method in c#Have a modifed script i use for extracting strings from MSIL methods at runtime. original source here https://web.archive.org/web/20200727042639/https://stackov...2
jfmherokiller(25)•in #programming•2007 days agoa helpful template for cmake if you are trying to upgrade a project which uses autoconfI just wish to share part of a large cmake file im working on to handle the process of converting an an old project (this is kind of part of the protomuck thing...0jfmherokiller(25)•in programming•2007 days agoa helpful template for cmake if you are trying to upgrade a project which uses autoconfI just wish to share part of a large cmake file im working on to handle the process of converting an an old project (this is kind of part of the protomuck thing...0
jfmherokiller(25)•in #technology•2008 days agoA method of fixing the fps issues in deadly premonition 2Warning this method could reduce the lifespan of your switch or get you banned. It will also most definately drain your battery much faster so keep your charger...0jfmherokiller(25)•in technology•2008 days agoA method of fixing the fps issues in deadly premonition 2Warning this method could reduce the lifespan of your switch or get you banned. It will also most definately drain your battery much faster so keep your charger...0
jfmherokiller(25)•in #technology•2009 days agohow the money value is stored in deadly premonition 2I just want to share some interesting pointers if you want to make cheats for this game concerning the money value specifically. First of all it is not stored i...1jfmherokiller(25)•in technology•2009 days agohow the money value is stored in deadly premonition 2I just want to share some interesting pointers if you want to make cheats for this game concerning the money value specifically. First of all it is not stored i...1
jfmherokiller(25)•in #programming•2011 days agoI implmented gmcp and mdsp support in protomuckhttps://github.com/jfmherokiller/protomuck I did it by taking this library https://github.com/scandum/mth and reworking a good portion of the server to incorpor...0jfmherokiller(25)•in programming•2011 days agoI implmented gmcp and mdsp support in protomuckhttps://github.com/jfmherokiller/protomuck I did it by taking this library https://github.com/scandum/mth and reworking a good portion of the server to incorpor...0
jfmherokiller(25)•in #programming•2016 days agoA short list of gripes I have with lua as a languageSpotty IDE support: as far as my own expirence has shown, lua seems to have very flaky IDE support even for basic syntax checking. Baked in API: this somewhat p...2jfmherokiller(25)•in programming•2016 days agoA short list of gripes I have with lua as a languageSpotty IDE support: as far as my own expirence has shown, lua seems to have very flaky IDE support even for basic syntax checking. Baked in API: this somewhat p...2
jfmherokiller(25)•in #programming•2017 days agoa script for mudlet to setup channel specific chat modesThis script allows you to change where your command text is sent based on defined channels (it works really well with a tabbed chat window) local Chats = { "New...2jfmherokiller(25)•in programming•2017 days agoa script for mudlet to setup channel specific chat modesThis script allows you to change where your command text is sent based on defined channels (it works really well with a tabbed chat window) local Chats = { "New...2
jfmherokiller(25)•in #technology•2024 days agorpcs3 cheats for infamousVersion: 1.2 PPU-97355e97c701cea87a0ed08bce085cac4949dade: InfamouseCheats: Games: All: All: [ All ] Author: NA Notes: my Infamouse cheats, CitizenMortality,Obj...1jfmherokiller(25)•in technology•2024 days agorpcs3 cheats for infamousVersion: 1.2 PPU-97355e97c701cea87a0ed08bce085cac4949dade: InfamouseCheats: Games: All: All: [ All ] Author: NA Notes: my Infamouse cheats, CitizenMortality,Obj...1
jfmherokiller(25)•in #programming•2025 days agohow to modify an object in a table in inform 7I want to share a trick I learned handling inform7 stories when you want to make debug commands unresolvecheat is an action applying to one topic. understand "u...2jfmherokiller(25)•in programming•2025 days agohow to modify an object in a table in inform 7I want to share a trick I learned handling inform7 stories when you want to make debug commands unresolvecheat is an action applying to one topic. understand "u...2
jfmherokiller(25)•in #programming•2026 days agodeploying to github releases from travisci-windowsthis post will be kind of short but basicly the trick to getting it to work requires travis.yml file that looks like language: cpp notifications: email: false m...1jfmherokiller(25)•in programming•2026 days agodeploying to github releases from travisci-windowsthis post will be kind of short but basicly the trick to getting it to work requires travis.yml file that looks like language: cpp notifications: email: false m...1
jfmherokiller(25)•in #programming•2026 days agoclang on windows (installed via scoop) is unable to find headers (a copy from stackoverflow I wrote myself but can still be helpful)Trying to compile a simple hello world example using clang on windows fails and i dont know why since the command below displays locations that contain possible...1jfmherokiller(25)•in programming•2026 days agoclang on windows (installed via scoop) is unable to find headers (a copy from stackoverflow I wrote myself but can still be helpful)Trying to compile a simple hello world example using clang on windows fails and i dont know why since the command below displays locations that contain possible...1
jfmherokiller(25)•in #programming•2029 days agothe beginings of adding libchdr to pcsx2following the post i made on github here https://github.com/PCSX2/pcsx2/issues/2584 I wish to explain how i came about with the code in better detail. Header po...2jfmherokiller(25)•in programming•2029 days agothe beginings of adding libchdr to pcsx2following the post i made on github here https://github.com/PCSX2/pcsx2/issues/2584 I wish to explain how i came about with the code in better detail. Header po...2
jfmherokiller(25)•in #programming•2037 days agoA method of making the satisfactory mod manager work with steamThis is my method of fixing the mod manager it works by patching one file. First if you do not have it already install nodejs which can be done here https://nod...0jfmherokiller(25)•in programming•2037 days agoA method of making the satisfactory mod manager work with steamThis is my method of fixing the mod manager it works by patching one file. First if you do not have it already install nodejs which can be done here https://nod...0
jfmherokiller(25)•in #programming•2043 days agohow to get audio working for a wsl2 client using pulse audio on windowsFirst I want to say this is a partial continuation of the previous blog post about fixing pso2 and if that guide worked and now you have a working setup here is...0jfmherokiller(25)•in programming•2043 days agohow to get audio working for a wsl2 client using pulse audio on windowsFirst I want to say this is a partial continuation of the previous blog post about fixing pso2 and if that guide worked and now you have a working setup here is...0
jfmherokiller(25)•in #programming•2044 days agoa possible way of making your browser work while also running pso2Before starting this guide your chome window may look like this:https://i.imgur.com/eDHVlOI.png After finishing this guide you will have something like this: ht...0jfmherokiller(25)•in programming•2044 days agoa possible way of making your browser work while also running pso2Before starting this guide your chome window may look like this:https://i.imgur.com/eDHVlOI.png After finishing this guide you will have something like this: ht...0
jfmherokiller(25)•in #programming•2048 days agoa method of getting ttyd working on windows.Id just like to share a method i figured out in terms of getting ttyd (a web based terminal) running under windows with minimal dependencies first things first ...2jfmherokiller(25)•in programming•2048 days agoa method of getting ttyd working on windows.Id just like to share a method i figured out in terms of getting ttyd (a web based terminal) running under windows with minimal dependencies first things first ...2