User Controls

Suggets me ideas for a quick coding project.

  1. #1
    Sophie Pedophile Tech Support
    So, i'm bored but i have restless creative energies. Just no inspiration. I know "creative energies" sounds pretty esoteric but you know what i mean. I want to BUILD something. Ever feel like that? I do. It's an itch that i need to scratch. Also, for funzies it can be a Windows only project. Currently in my Windows VM. But multi platform is fine as well.
  2. #2
    Madman African Astronaut
    If I could code I would make a program that would check the prices of crypto currencies or any currency really and sell them if the price started to drop and buy them back when they level out or start going up, automatically short the market. I'm not sure if it would actually be compatible with any exchange but if it could do it quickly I think it could make some money.
  3. #3
    Sophie Pedophile Tech Support
    Originally posted by Madman If I could code I would make a program that would check the prices of crypto currencies or any currency really and sell them if the price started to drop and buy them back when they level out or start going up, automatically short the market. I'm not sure if it would actually be compatible with any exchange but if it could do it quickly I think it could make some money.

    Doesn't sound like something you bang out on a Sunday afternoon. Also, you'd imagine programs like this would exist already.
  4. #4
    mso8 Houston
    i was talking to a friend of mine about yugioh recently. we were talking about how expencive the hobby used to be and how we could have spent less back in the day.
    maybe you could make a program that checks the amount of money you would have to spend making a deck by using https://www.cardmarket.com/en/YuGiOh and one of those ygo online clients.
  5. #5
    NARCassist gollums fat coach
    i dunno what yugioh is but it sounds really gay.



    .
  6. #6
    mso8 Houston
    it is
  7. #7
    Sophie Pedophile Tech Support
    Originally posted by NARCassist i dunno what yugioh is but it sounds really gay.



    .

    It is. But the good kind of gay. I actually have a Yugioh deck ms08(Geek 4 lyfe). Lmao. I might make this program.
  8. #8
    An app which alerts you to to stocks or crypto highs and lows so you know when to sell or buy, even if you're out.
  9. #9
    Originally posted by Madman If I could code I would make a program that would check the prices of crypto currencies or any currency really and sell them if the price started to drop and buy them back when they level out or start going up, automatically short the market. I'm not sure if it would actually be compatible with any exchange but if it could do it quickly I think it could make some money.

    Oh
  10. #10
    Sophie Pedophile Tech Support
    Originally posted by 哈哈你看不懂中文 An app which alerts you to to stocks or crypto highs and lows so you know when to sell or buy, even if you're out.

    How would i establish what is high and what is low?
  11. #11
    madman, there are some exchanges which let you set that stuff automatically. I know binance does and i think gdax does as well. There's a minor fee tho. I have mine set to buy ltc if it goes below 150
  12. #12
    Originally posted by Sophie How would i establish what is high and what is low?

    Could be up to the end user. Either by a percentage increase or by a set amount. I haven't found an app to give good alerts like this yet
  13. #13
    Sophie Pedophile Tech Support
    Originally posted by 哈哈你看不懂中文 Could be up to the end user. Either by a percentage increase or by a set amount. I haven't found an app to give good alerts like this yet

    Percentages are good, i should be able to calculate that programmatically.
  14. #14
    Do it fagit. You'd need to probably do it a few different ways tho. 15% isn't a lot for say, TRX, but its a lot for btc, and a whole fuck of a lot for most stocks. At least in a 24h period.
  15. #15
    Sophie Pedophile Tech Support
    Originally posted by 哈哈你看不懂中文 Do it fagit. You'd need to probably do it a few different ways tho. 15% isn't a lot for say, TRX, but its a lot for btc, and a whole fuck of a lot for most stocks. At least in a 24h period.

    Seems like a lot of work though.
  16. #16
    Anything rewarding is work
  17. #17
    What do you want to do it in?

    Cuck the ISPs by making a VPN that tunnels over ICMP or other network/low layer protocol.

    Cuck the Tinder jedis by making a simple to use HTML5 web app with just a selfie and a few slider bars. No one wants to fill out bios, no one is unique.

    Fork the Python Project Newsdiffs to work on Europoor media sites:
    https://github.com/ecprice/newsdiffs

    Do something with Bluetooth beacons or BLE devices (like those key chains) in Chrome. The provided apps always suck:
    https://developers.google.com/web/updates/2015/07/interact-with-ble-devices-on-the-web

    Code a treasure hunt HTML5 PWA using just QR codes and Chrome:
    https://developers.google.com/vision/android/barcodes-overview

    Update Cybershaman to not suck so bad:
    https://www.facebook.com/TheCybershamanTribe/
  18. #18
    benny vader YELLOW GHOST
    Originally posted by Sophie Percentages are good, i should be able to calculate that programmatically.

    basis points are even better
  19. #19
    Sophie Pedophile Tech Support
    Originally posted by Issue313 What do you want to do it in?

    Cuck the ISPs by making a VPN that tunnels over ICMP or other network/low layer protocol.

    Might be an interesting thing to do. Although networking is not my strongest suit. Would you happen to have any e-books on the subject/networking in general?

    Originally posted by Issue313 Cuck the Tinder jedis by making a simple to use HTML5 web app with just a selfie and a few slider bars. No one wants to fill out bios, no one is unique.

    I don't particularly enjoy web development.

    Originally posted by Issue313 Fork the Python Project Newsdiffs to work on Europoor media sites:
    https://github.com/ecprice/newsdiffs

    Do something with Bluetooth beacons or BLE devices (like those key chains) in Chrome. The provided apps always suck:
    https://developers.google.com/web/updates/2015/07/interact-with-ble-devices-on-the-web

    Code a treasure hunt HTML5 PWA using just QR codes and Chrome:
    https://developers.google.com/vision/android/barcodes-overview

    Update Cybershaman to not suck so bad:
    https://www.facebook.com/TheCybershamanTribe/

    I'll keep these in mind. Also, i decided to continue working on a malware framework i started writing a couple days ago. I inspired myself with my Malware Mega Thread. So far it's coming along nicely. The idea behind it is that you have a simple menu, from which you can invoke different utilities that help with things such as encoding your payloads or generating malicious word macros. On top of that i will have some customizable templates for for keyloggers, remote access trojans and i plan to add the option to generate different types of shell code to be used in conjunction with stagers and methods to execute the shell code though code and DLL injecton. It's a lot of work, but it's worth it, not only that the complexity of the program is just challenging enough to keep me interested and focused but not so challenging as to make it frustrating to work on and try to figure out. I think i got a solid 24 hours of work into it already. Which includes research, coding and organizing various resources i intend to use in this project.

    It's going to be awesome.

    Post last edited by Sophie at 2017-12-18T22:41:43.361504+00:00
  20. #20
    SBTlauien African Astronaut
    How do you not have ideas?

    I don't have the time.
Jump to Top