Skip to content

Instantly share code, notes, and snippets.

[{"code":"T_7b52009b","aliases":["L_d0af1901"],"labels":{"de":"komplement\u00e4re Medizin","en":"Complementary Medicine","es":"Medicina complementaria"},"children":[{"code":"T_f1abd670","aliases":["C_e631c117"],"labels":{"de":"Chiropraktik","en":"Chiropractic","es":"Quiropr\u00e1ctico"},"children":[{"code":"T_0716d970","aliases":["G_86fd43b4"],"labels":{"de":"Bedingungen","en":"Conditions","es":"Condiciones"},"children":[{"id":133,"code":"A_8888e129","aliases":null,"provider_id":1,"file":"chstress","copyright":2016,"labels":{"en":"Stress","es":"Estr\u00e9s"},"available":{"de":0,"en":1,"es":1},"runtime":104,"keywords":"Stress; mental stress; focus; diet; exercise; pain;","published_at":"2016-10-11T19:52:30.000000Z","reviewed_at":"2020-10-17T21:07:56.000000Z","descriptions":{"en":"As you handle the demands of your work and daily life, it's normal to feel stress. Stress can help you focus. It can help you reach your goals. But constant stress is bad for your health.","es":"Al atender las demandas del trabajo y l
GIF89aÄ
˜'''###%%%((( """!!!$$$???µµµ***444@@@ˇˇˇ 888VùŸ—íxÖÖÖ÷÷÷$*.'$""'*ÅÅÅjjjUõ’ŸŸŸ---6.*Tò–$"!Wü€”ìyûfl˛```///<2-ÇÇÇ "#)%#”””!$&" 111:::zZMàààDDD&&&≥≥≥œëw2+(–––ÕêwRîÀSSSQê≈]]]+,,$-4ÕÕÕHHHgggdddπÉm/)&NNNú‹˙&1:[F=}}}™ye¡¡¡KKKB50∆ãs◊ï{)/2uWJ¿ápVVV666eLBFx°vvvzzz°„ˇΩΩΩπππÄ^PΩÖnK<5;;;UB:µÄjpSHqqqDsõxxxóóó*:G√âr,37P>7∞}hmmmlQE©©©Oç¿G92,'%Mâ∫«««oooBnîöŸ˜sssPPP8Yt   `I@===êhXêÀÁùùùH|®•vc»åtó’Ú-@P)7C@ké,=L£££X°fiXXXàcTÑaRZZZIÄ≠3Nd2<B°saìì샃ƒ0G[î–ÓLÜ∂J`m>gâ(4?8FMjë•s…íu°∏5AG/8=Ãév2K_ùp^ïkZ.DU#&&ÆÆÆ5Qi~~~6Uo éuåfV:]z‹‹‹hNDcÜôvŒï]ût=cÑ+8/;`~}≠∆ôn\KÉ≤Sn}yßøFZe僇gãüqõ±BT_OhvÖ∫’±±±àø€?OXêêêÅ¥Œ9TBnñ´;JRGrVuuu&.)äääYxàWsÉ]}éYîm`Åì çtp¡åTâf2E9@cLfififiM~^kπáåååéééfØÄçççY£‚b¶z·w2lB&i¥Éƒj/ëS*™_-ÌÌÌ!ˇ NETSCAPE2.0!˘d˚,Ä
ˇ9H∞†¡É*\»∞°√á#JúH±¢≈ã3j‹à±Ç«è CäI≤§…ì(S™\…≤•Àó0c úI≥¶Õõ8sÍ‹…≥ßœü@É
J¥®—£Hì*] ¥©”ßP£JùíCúX≥j› µ´◊Ø`√äK∂¨Ÿ≥h”™]À∂≠€∑p◊q‰HÇ›ªxÛÍ›À∑ØfløÄ L∏∞·√à+^Ã∏±„«ê#KûLπ≤ÂÀò3kfiÃπ≥Áœ†CãM∫¥È”®S´^}óÉ8@ÄÄMª
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ansipes
ansipes / setup-classroom
Created August 13, 2020 00:40
This automates configuration of the classroom environment in CA-305.
#!/bin/bash
open -a "Visual Studio Code"
Pain Management
Arm and Elbow
Conditions
Peripheral Neuropathy
<div style="width: 100%; max-width: 720px;">
<div style="padding-top: 56.25%; position: relative;">
{
"basics": {
"name": "Andrew Nicholas Sipes",
"label": "Web Developer",
"image": "",
"email": "andrew.n.sipes@gmail.com",
"phone": "(704) 929-9067",
"url": "",
"summary": "A natural tinkerer and problem solver currently working in web development. Seeking a position as a Junior Penetration Testing Engineer at Allstate, to discover security vulnerabilities and recommend routes for remediation.",
"location": {
from scapy.all import *
def reply(packet):
if(packet[2].type == 8):
src = packet[1].src
dst = packet[1].dst
id = packet[2].id
load = packet[3].load
seq = packet[2].seq
ip = IP(src=dst, dst=src)
from scapy.all import *
def spoof_reply(pkt):
"""
Craft a valid ICMP echo-reply based on an intercepted
ICMP echo-request
"""
if (pkt[2].type == 8):
#check if the ICMP is a request