Skip to content

Instantly share code, notes, and snippets.

View j1lecks's full-sized avatar
🔧
working

Alex Johnson j1lecks

🔧
working
View GitHub Profile
@j1lecks
j1lecks / FilesSnapshot.xml
Created February 17, 2025 10:38
MarkdownMonster.Portable v3.6.4 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<file path="C:\ProgramData\chocolatey\lib\MarkdownMonster.Portable\MarkdownMonster.Portable.nupkg" checksum="8C6F08C80E9D1A9794268E47ED3CD843" />
<file path="C:\ProgramData\chocolatey\lib\MarkdownMonster.Portable\markdownmonster.portable.nuspec" checksum="00803D73CBC5606F286EF00210A62814" />
<file path="C:\ProgramData\chocolatey\lib\MarkdownMonster.Portable\tools\chocolateyInstall.ps1" checksum="00DB3A410D8ED508074400CF1B0EE5EF" />
<file path="C:\ProgramData\chocolatey\lib\MarkdownMonster.Portable\tools\ControlzEx.dll" checksum="6DEF9BAA2552C072CEA16B155FED0668" />
<file path="C:\ProgramData\chocolatey\lib\MarkdownMonster.Portable\tools\Docfx.MarkdigEngine.Extensions.dll" checksum="69FEC64143D6062FD15F8A2F196CA2E6" />
<file path="C:\ProgramData\chocolatey\lib\MarkdownMonster.Portable\tools\Dragablz.dll" checksum="9EA3
@j1lecks
j1lecks / file.json
Created February 17, 2025 10:38 — forked from jjjohny228/file.json
{"success":true,"status":200,"data":{"firstName":"Anastasia","lastName":"Dyka","fullName":"Anastasia Dyka","publicIdentifier":"a-dyka","headline":"Software QA Engineer | Mentor for IT beginners | Switcher: from attorney to QA ","associatedHashtags":"","connections":4866,"followers":5537,"emailRequired":"","creatorWebsite":"","openConnection":"","memberId":"","urn":"ACoAAEP30XAB4p3Ln4CDBVRjipFqic6FUXpOGDA","addressCountryOnly":"Ukraine","addressWithCountry":"Kyiv, Kyiv City, Ukraine","addressWithoutCountry":"Kyiv, Kyiv City","profilePic":"https://media.licdn.com/dms/image/v2/D4E03AQGYoZpgMOJ3ug/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1696661022642?e=1745452800&v=beta&t=KCgOLayFo3Sc3GlmTNCFPzcP-YEW-9E9wjYoDlWd7uM","backgroundPicture":"https://media.licdn.com/dms/image/v2/D4E16AQEErE26g9ETTQ/profile-displaybackgroundimage-shrink_200_800/profile-displaybackgroundimage-shrink_200_800/0/1685821869989?e=1745452800&v=beta&t=A-_S9LY2fUImvmAU3nc_Ck38kOHJrqNzLYgAUZnY4RE","profilePicAllD

readme

mkdir ollama_models
@j1lecks
j1lecks / Install.txt
Created February 17, 2025 10:30
little-fighter-2 v2.0 - Failed - Package Tests Results
2025-02-17 10:18:18,450 2056 [DEBUG] - XmlConfiguration is now operational
2025-02-17 10:18:18,732 2056 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-02-17 10:18:18,732 2056 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco'
2025-02-17 10:18:18,751 2056 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-02-17 10:18:18,763 2056 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco'
2025-02-17 10:18:18,763 2056 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco'
2025-02-17 10:18:18,785 2056 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco'
2025-02-17 10:18:18,795 2056 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-02-17 10:18:18,795 2056 [DEBUG] - Adding new typ

Keybase proof

I hereby claim:

  • I am gitfunded007 on github.
  • I am gitfunded (https://keybase.io/gitfunded) on keybase.
  • I have a public key ASAIkq7bv2tFxQ65nLrxgos8KD5F4Yvh7Yut3vaBq898FAo

To claim this, I am signing this object:

new gist file
@j1lecks
j1lecks / chapel.js
Created February 17, 2025 10:20 — forked from yohanderose/chapel.js
const chapelPoints = [
[-0.547919, -0.006930, -4.863498],
[-4.045124, 11.557931, -10.762785],
[4.366042, 17.418236, -9.076908],
[-3.961717, 12.792757, -10.333813],
[3.064625, 20.906446, -6.278708],
[5.471949, 19.506479, -0.160317],
[1.164010, 0.994648, 3.958610],
[-0.161021, -0.006917, 0.547647],
[3.721317, 17.846493, -10.222970],
@j1lecks
j1lecks / Pipfile
Created February 17, 2025 10:20
Simulating connection pool unfairness
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
ipykernel = "*"
autopep8 = "*"
matplotlib = "*"
numpy = "*"
@j1lecks
j1lecks / py.py
Created February 17, 2025 10:16 — forked from TylerDurden120/py.py
py.py
in_str = input()
macros = []
macro = {}
macro_started = False
trim_str = in_str.strip()
while trim_str != 'end':
list_of_commands = list(filter(None, in_str.split(' ')))
if 'macro' in list_of_commands:
macro['lines'] = [in_str]
macro_started = True
#include <Bluepad32.h>
const uint cakanieMedziCyklami = 10; //ms
const uint minimalnaSila = 20;
struct Motor {
String meno;
uint8_t pin1;
uint8_t pin2;
};