Skip to content

Instantly share code, notes, and snippets.

View perXautomatik's full-sized avatar

perXautomatik

View GitHub Profile
@perXautomatik
perXautomatik / Suggest oneNote in To-do
Last active April 6, 2021 21:14
[Project] [Microsoft flow]
Can the today suggestions be populated by your recent oneNotes?
gotta investigate flow
@perXautomatik
perXautomatik / gist:9382c8fffd9a16a0930fab1e8a1aee29
Last active April 6, 2021 21:17
[Product idea][Resarch idea] - Cigarettes as Anti Anxiety Medication
Ciggarets have way more chemicals then nicotine that triggers our different receptors
the idea is to devolop a productline of minimum nictonine alternatives, with transparnse as to which substances is included in the tobacco
research needs to be done to debunk all the antismoking propaganda that completely ignore eventuall benifits from this other
toxic chemicals than nictine, and the goal is to provide a other alternative for does who self medicate ther anxiety.
@perXautomatik
perXautomatik / gist:10f383d42aad28220926a73498ba6e9d
Last active April 6, 2021 21:22
[Feature suggestion] - Path of building
* Enaable sorting by specific stat instead of just by dps and or alphabetical in the unique section
* enable sorting of your shared item stash according to same consept
* calculate defensive strength of nodes, not only by ammoutn of life and energyshield, but when you have mind over matter effect, rather by
effective life, as your unreserved manna will be calculated in every i shot kill calculations.
@perXautomatik
perXautomatik / gist:c3d4c8f5e63dd83a059135ed1a918722
Last active April 6, 2021 21:35
[Feature suggestion] - Extension manager
Computerspecific tool selection, for example clipboard is only relevant for chrome
Most apps is only relevant for chrome.
Rembers as you activates the session, automaticly applies as you activate the addon, makes it impossible to forgot to activate nessesary addons
@perXautomatik
perXautomatik / gist:c1a61f3d60ce0062042c7fbc6ac6e43e
Last active April 6, 2021 21:23
[Feature Suggestion] - MtgArena tool
Would take in conisideration what you have scryed to top or bottom, that is, 100% chance to draw a creature if you scried a creature, or less chance to draw such because it's always on the button, reset it if you shuffle it in.
Mtg arena tool showing you When you've bout to draw to many cards
@perXautomatik
perXautomatik / Project goals
Last active April 6, 2021 21:34
[concept] - [Computer science] - Os
* flexability at any cost
* kompatibility at any cost
* cost free to the max
* transparancy is super important
* rethink the way you use a computer
* tomahawks legacy of contentresolving.
* connectivity is required
* legacy hardware? less priority
@perXautomatik
perXautomatik / gist:e83877ae8f5e04e7ff80c3389ea79217
Last active April 6, 2021 21:33
[Conscept] - the ultimate git integeration
maybe Atom could allow you to see the histoy of a mothod
maybe it's possible to write such an integaration
a methods creation, which commit it came from
and if it has had any name changes or defenition changes.
it's worth learning more about the very innards of git to understand what would limit such aproach.
@perXautomatik
perXautomatik / MapbasicTrix.txt
Last active April 6, 2021 21:50
[Mapinfo] - Purposed Coding standards
select * from vattenObject where not(objectId = any(select objectId from laegstaUtvalda)) into NotLaegsta
select * from NotLaegsta where not(objectId = any(select objectId from hogstaUtvalda)) into NotLaegstaORHogsta
select * from vattenObject where not(objectId = any(select objectId from NotLaegstaORHogsta)) into LaegstaANDHogsta ' hougstaPrio + laegstaPrio
@perXautomatik
perXautomatik / Date & Banana
Last active April 6, 2021 21:24
[Recepie] - Proteinbars
1 box dates,
8 superripe defrosted bannanas
1/4 bag of Grönkål
3 dl steelcut oats
3 dl Finax sunt och gott
3 dl proteinpowder chocolate
1 tsk salt
1 msk lakritspulver
i first blended the oats and the dates + 4 bananas + licoris powder
@perXautomatik
perXautomatik / 1 instructions
Last active April 6, 2021 22:08
[project] - (JS NOVICE) Flowbar, check all checkboxes
/*https://stackoverflow.com/questions/6157929/how-to-simulate-a-mouse-click-using-javascript*/
/*simulate(document.getElementById("btn"), "click");*/
----------------------------select element----------------------------
/*var dateVal = document.querySelectorAll('.date-active span')[0].innerHTML
console.log("date value is ", dateVal)*/
----------------------------In case that you want to use jquery----------------------------