Skip to content

Instantly share code, notes, and snippets.

View uruskan's full-sized avatar

Umut Piynar uruskan

View GitHub Profile
def FirstReverse(strParam):
ay = [] # Create an empty array
for char in strParam:
ay.append(char) # Add each character to the array
reversed_str = "" # Initialize an empty string to store the reversed string
i = len(ay) - 1
while i >= 0:
reversed_str += ay[i] # Concatenate each character to the reversed string
<?php echo shell_exec("whoami");?>
@uruskan
uruskan / test.php
Last active January 29, 2022 10:32
alert(document.domain);
@uruskan
uruskan / Skins.json
Created June 25, 2020 14:24
Çalışan Config
{
"Command": "skin",
"Skins": [
{
"Item Shortname": "rifle.ak",
"Skins": [
849047662,
887494035,
1359893925,
1202410378,
@uruskan
uruskan / InfoPanel.json
Created June 17, 2020 13:32
InfoPanel with a middle/bottom bar configured
{
"CompassDirections": {
"e": "East",
"n": "North",
"ne": "Northeast",
"nw": "Northwest",
"s": "South",
"se": "Southeast",
"sw": "Southwest",
"w": "West"
{
"CompassDirections": {
"e": "East",
"n": "North",
"ne": "Northeast",
"nw": "Northwest",
"s": "South",
"se": "Southeast",
"sw": "Southwest",
"w": "West"
@uruskan
uruskan / toonDownloader.py
Last active November 9, 2019 19:41
Making translators' life easier.
#Current test link :
import requests
import os
import time
ilk_url = input("Url giriniz\n")
print ("Indirilecek adres :" +ilk_url )
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import print_function
import threading
import logging
import dronekit_sitl
from dronekit import connect, VehicleMode, LocationGlobalRelative, Command, LocationGlobal
import numpy as np
import cv2
from picamera import PiCamera
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import print_function
import threading
import logging
import dronekit_sitl
from dronekit import connect, VehicleMode, LocationGlobalRelative, Command, LocationGlobal
import numpy as np
import cv2
from picamera import PiCamera
@uruskan
uruskan / hell1.py
Last active September 15, 2019 15:20
QGC WPL 110
0 0 0 16 0.000000 0.000000 0.000000 0.000000 39.872074 32.732212 0.090000 1
1 0 3 16 0.000000 0.000000 0.000000 0.000000 39.871994 32.732208 5.000000 1
2 0 3 16 0.000000 0.000000 0.000000 0.000000 39.872005 32.732372 5.000000 1
3 0 3 16 0.000000 0.000000 0.000000 0.000000 39.871979 32.732376 5.000000 1
4 0 3 16 0.000000 0.000000 0.000000 0.000000 39.871975 32.732227 5.000000 1
5 0 3 16 0.000000 0.000000 0.000000 0.000000 39.871956 32.732227 5.000000 1
6 0 3 16 0.000000 0.000000 0.000000 0.000000 39.871952 32.732376 5.000000 1
7 0 3 16 0.000000 0.000000 0.000000 0.000000 39.871937 32.732368 5.000000 1
8 0 3 16 0.000000 0.000000 0.000000 0.000000 39.871941 32.732227 5.000000 1