This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# | |
# Usage: python extract_scene.py -p [filename] [classname] | |
# eg: python extract_scene.py -p examples.py DrawCircle | |
# | |
import math | |
import os |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
from math import * | |
try: | |
from Tkinter import * | |
except: | |
from tkinter import * | |
class Hexagon(object): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Minimal Python example code to display video frames from USB camera | |
using OpenCV, Pygame and OPENGL. | |
Tested with: | |
Pygame: 1.9.4 | |
OpenCV: 4.5.4 | |
""" | |
import time |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0.0.0.0 0-edge-chat.facebook.com | |
0.0.0.0 0.beta.facebook.com | |
0.0.0.0 0.facebook.com | |
0.0.0.0 1-edge-chat.facebook.com | |
0.0.0.0 2-edge-chat.facebook.com | |
0.0.0.0 3-edge-chat.facebook.com | |
0.0.0.0 4-edge-chat.facebook.com | |
0.0.0.0 5-edge-chat.facebook.com | |
0.0.0.0 6-edge-chat.facebook.com | |
0.0.0.0 a.ish.instagram.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
MIT License | |
Copyright (c) 2024 Aditya Khandkar | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is |
OlderNewer