Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. simong1993

    Day 10 - Halloween Coding Challenges 2023 - JavaScript, HTML, CSS, and a pinch of magic

    πŸŽƒ Spooky Challenge - Day 10 πŸŽƒ The Web Manor's Vault You stand before the grand vault of the Web Manor. The spirits watch in anticipation as you prepare to enter the code. Will the treasures within be revealed? <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta...
  2. simong1993

    Day 9 - Halloween Coding Challenges 2023 - JavaScript, HTML, and CSS

    πŸŽƒ Spooky Challenge - Day 9 πŸŽƒ The Spirits' Cipher As the clock nears the witching hour, the spirits present a final test. The numbers you've gathered are scattered among impostors in a spectral cipher. Can you decipher the true sequence amidst the distractions? The spirits sing: "Among the...
  3. simong1993

    Day 8 - Halloween Coding Challenges 2023 - JavaScript, HTML, and CSS

    πŸŽƒ Spooky Challenge - Day 8 πŸŽƒ The Phantom's Dance Whispers of an ancient dance echo through the Web Manor. A dance that, when perfectly executed, would reveal the final digit. But be wary, for the dance is intricate, and one misstep will make you start anew. The ghostly ballad goes: "Three...
  4. simong1993

    Day 7 - Halloween Coding Challenges 2023 - Python, HTML, and CSS

    πŸŽƒ Spooky Challenge - Day 7 πŸŽƒ Legend speaks of a haunted message, concealed by the spirits and only decipherable using a touch of Python and the allure of web styles. The old tome reads: A cryptic message, hidden so deep, In Python's embrace, the secret it keeps. With HTML and CSS, bring it to...
  5. simong1993

    Day 6 - Halloween Coding Challenges 2023 - JavaScript

    πŸŽƒ Spooky Challenge - Day 6 πŸŽƒ The Bewitched Balance In the enchanted forest, there's a magical scale used by the ancient druids. This scale, unlike any other, doesn't weigh objects, but rather the characters in strings. Legends say that if balanced correctly, the scale reveals a number. A...
  6. simong1993

    Day 5 - Halloween Coding Challenges 2023 - Python

    πŸŽƒ Spooky Challenge - Day 5 πŸŽƒ The Bewitched Python's Mirror Maze In a secluded glade within the Enchanted Forest, there stands a mysterious mirror maze. Each mirror reflects a number, and legend says that one of these numbers is not like the others. The Bewitched Python, guardian of the maze...
  7. simong1993

    Day 4 - Halloween Coding Challenges 2023 - Python

    πŸŽƒ Spooky Challenge - Day 4 πŸŽƒ The Python Pharaoh's Cryptic Cipher Deep within the catacombs, where ancient mummies rest, the fourth spirit awaits. This spirit, known as the Python Pharaoh, presents a cryptic challenge. The walls of the crypt bear an inscription: In the chambers of pyramids...
  8. simong1993

    Day 3 - Halloween Coding Challenges 2023 - JavaScript

    πŸŽƒ Spooky Challenge - Day 3 πŸŽƒ The JavaScript Jigsaw's Puzzle In the dimly lit corridors of a haunted mansion, the third spirit challenges you with a puzzle. This ghost, named the JavaScript Jigsaw, has scattered pieces of an array throughout the mansion. Whispers from the shadows give you a...
  9. simong1993

    Day 2 - Halloween Coding Challenges 2023 - JQuery

    πŸŽƒ Spooky Challenge - Day 2 πŸŽƒ Greetings once again, brave soul! As you've ventured past the broken spells of the first day, a new trial emerges from the spectral fog. The jQuery Decoder In a world of digital disguise, three numbers stand before your eyes. Two are true, while one tells lies...
  10. simong1993

    Day 1 - Halloween Coding Challenges 2023 - PHP

    πŸŽƒ Welcome to the Haunted Code Challenge! πŸŽƒ Greetings, brave souls! As Halloween draws near, the spirits have awakened and taken over the realm of code. They've trapped a sequence of magical numbers within broken scripts, and only those with the skill and wit can free them. Each day, you'll...
  11. simong1993

    Python Ebay - 'error': 'invalid_grant', 'error_description': 'the provided authorization refresh token is invalid or was issued to another client'

    Up until last month, my code was working perfectly. I was able to get a refresh token from eBay using AuthToken but for some reason, it just stopped. I have tried getting a new AuthToken with the same results and i have got the token manually from eBay and it works. I am at a loss as to what has...
  12. simong1993

    PDF to Images

    Hey all, So i have been working on this beauty but would love to get some input :D So what does it do? Simply put, you put your PDFs in the RawFiles folder and they get converted to Images and added into the converted folder BUT the folder that is created in the converted is the name of the...
  13. simong1993

    Fun activity Anyone want to make a speech to text

    Hey all, i have a few things going on but i am wondering if any python programmers want to join me with this little adventure, I want to colab and make a text to speech video :D I have done some code already but its always nice to have someone to bounce off
  14. simong1993

    Python Compare two big lists

    Hey all, So i have 2 huge lists. One is 3 million records. One is only 500k, What i need to do is compare 1 of the 3million records against the 500k and if its a 60% match or above link them. Here is my current code:- from MasterFile import * from difflib import SequenceMatcher def...
  15. simong1993

    My Automated Lawn Mower

    Hey all, so i don't know if anyone will be interested but i thought it could be fun. So i am lazy, i wont lie. If i don't have to i wont. I am tight too and these two don't go hand in hand well lol. I have a 3D printer and some parts so i am going to build a Lawn Mower :D The idea is simple and...
  16. simong1993

    Python How to scrape quicker

    Hey all, So i am scraping data from one website but i have to run proxy's, so i load a proxy, check it with 100 different headers and if one lets me in i get what i need and move onto the next one SIMPLES. Now for the issue, its so so slow and being that i can only use UK proxys its taken my...
  17. simong1993

    Python Dealing with 1205 (HY000): Lock wait timeout exceeded; try restarting transaction

    Guys and girls i am pulling my hair out. I know this is because you have two querys needing the same info and they time each other out. Is there a way of checking if a database is in use then waiting for it or if they come across a lock cancel what its doing and try again. Thanks all :D
  18. simong1993

    PHP Ajax Sample

    Hey all, im trying to get my head around Ajax. Does anyone have a easy sample script that just connects to the database and updates a echo on the page when something changes. I just need something to take apart and see what makes it tick :D thanks all
  19. simong1993

    Python EBAY API

    Hey all, has anyone ever dealt with Ebays API before. There docs are pretty dam useless. So from what i understand you send someone to a URL to approve your Application, This gives you a session id to get a Auth'n'Auth token, Then every hour you can use the Auth'n'Auth token to get a OAuth...
  20. simong1993

    Coders Assemble

    As you all may know, ebay has now introduced a new payment system ("its not going down well") its a terrible idea and people are leaving. I now think its a perfect time for a group of coders to come togther and build a system better then Ebay and Amazon combined. Here me out, i want to build a...
Back
Top Bottom