- 👋 Hi, I’m @yaelRashlin
- 👀 I’m interested in Python, Games and everything in between 😊
- 🌱 I’m currently learning mostly unity
- 💞️ I’m looking to collaborate on everything interesting
- 📫 How to reach me? right over here.
Pinned Loading
-
this is a simple program that looks ...
this is a simple program that looks for a specific pattren in files and highlight them 1#!/usr/bin/env python
2import sys, os, optparse, re, pprint as pp
3from colors import Color
45#-----------------------------------
-
a simple script to discover a palind...
a simple script to discover a palindrome and the number of iteration 1a = 'abcab'
2a = 'abcabc'
3c = [i for i in a]
45count = 0
-
sync settings vs code
sync settings vs code 1sync settings vs code
-
was trying to play wih VLC on windows
was trying to play wih VLC on windows 1import glob, os, sys, subprocess
23def play_file_mp3(mp3_f):
4vlc = r"C:\Program Files\VideoLAN\VLC\vlc.exe"
5#Sos.execv(vlc, ['"' + vlc + '"', '"' + mp3_f + '"'])
-
tst_sets
tst_sets 1import pprint as pp
23in_li = [[1, 5], [2, 3], [4, 6], [7, 8], [8, 10], [12, 15]]
4in_li = sorted(in_li, key=lambda x: x[0])
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.