MySQL Queries from Java Code
I made a small example on MySQL Queries from Java
this shows how to operate on the Result Set of SELECT queries
I made a public GitHub repository for it, available at
https://github.com/dcorderoch/java-mysql-queries
Not today Justin

oozey mess
One Nice Bug Per Day

Product Placement

shark vs the universe
Claire Keane
hello vonnie
almost home

pixel skylines
todays bird
Sade Olutola

PR's Tumblrdome
d e v o n

Love Begins
$LAYYYTER
Aqua Utopiaļ½ęµ·ć®åŗć§čØę¶ćē“”ć

Kiana Khansmith
i don't do bad sauce passes
Xuebing Du

seen from United States

seen from Iceland
seen from United States

seen from Singapore
seen from Iceland

seen from Bangladesh

seen from United Kingdom
seen from Hungary

seen from Iceland
seen from Singapore

seen from United States
seen from United States

seen from United States
seen from United States
seen from United States
seen from Japan
seen from Hungary
seen from Canada

seen from Singapore
seen from United States
@thestepsofcode-blog
MySQL Queries from Java Code
I made a small example on MySQL Queries from Java
this shows how to operate on the Result Set of SELECT queries
I made a public GitHub repository for it, available at
https://github.com/dcorderoch/java-mysql-queries

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch ⢠No registration required ⢠HD streaming
Music Streaming App Post 2
The RESTful side of this is the bane of my existence... I hate it, every message has to be previously thought of and every message needs to be processed on both sides
Iāve managed to get to know how to do what I need (user authentication) though not in a proper way, Iām doing it through url parameters (itās not going to be used with a web browser anyway, so you canāt see the password, but itās not really secure
normally Iād do it with some sort of security mechanism, like what aws does, or with oauth2 or something else
Music Streaming App Post 1
itās a client server application, itās in Java (even though I kinda hate it)
Iām in charge of programming the first stages of the RESTful server and client
the server is gonna be connected to two databases, a relational one in MySQL and an unstructured-data one in MongoDB (there may be some changes, but thatās unlikely)
Iāve managed to get the āconnectionā to MySQL, I can query from code just fine
the āproblemā is with the RESTful part, itās the first time Iāve programmed using this... model? I donāt really like it at all, it doesnāt feel like programming Iāll probably be actively updating on this on the next few days (if I have the time and remember to do it) because itās due in about two weeks
Files on C/C++ update
hereās the GitHub repository of the binary files reference program
it creates files, deletes files and appends data of data at the end of a file
https://github.com/dcorderoch/binf
later Iāll make a more advanced file manipulation, probably in another repository, with file headers to describe the registers contained in the files
Full Fledged Application on C/C++
Iāll make a small application that takes something from sockets, binary files, maybe threads, and pointers, all programmed in C/C++ itās probably going to be something with at most a Command Line Interface, though I might do a post on Graphical User Interfaces and if I do I might add one itāll probably be a network instant messaging program with logs in binary files, though itās not gonna handle complex connections, so chatting over the internet is not gonna be guaranteed to work

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch ⢠No registration required ⢠HD streaming
Sockets on C/C++
Iāll make a small example on sockets usage in C/C++ itās probably going to be something with at most a Command Line Interface
Files on C/C++
Iāll make a small example on binary file management in C/C++ itās probably going to be something with at most a Command Line Interface
Music Streaming App Post 0
Iāll be working on a Music Streaming app (this is a class assignment) and I will probably recordĀ my progress for that project on this blog, this will most likely be programmed in Java, if youāre not not interested in reading about that filter out the tag āodyssey music streamingāĀ from your dashboard
Threads on C/C++ - 1.0.1
regarding the idlemultithread GutHub repository I posted recently, Iām looking into a way of making it so that it can use more threads (up to N), getting it to be really thread-safe on all variable access operations and most importantly, written inĀ what Iād call āelegant codeā this is probably going to take me a long time, what with the other repositories (both posted and to be posted) and college classes and all, also, like the pointer reference code, I might leave alternatives on how to do the same thing, if youāre interested in that particular repository be sure to run āgit pullā from time to time
threads on C/C++
I made a small example on thread usage with POSIX threads, I will most likely add some more functionality to it, but as it is now it works
I made a public GitHub repository for it, available at
https://github.com/dcorderoch/idlemutithread
if I get the hang of making animated GIFs I may make a GIF of how it works

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch ⢠No registration required ⢠HD streaming
Pointer Reference
I made a C/C++ pointer reference project consisting of a couple of functions that are written differently but do the same thing
I made a GitHub public repository for it
https://github.com/dcorderoch/pointers-reference
itās meant to show the syntax of how pointers are used for dynamically allocated variables, itās made to be used as a quick reference for when programming something using pointers
First Post
Iāll use this blog as a journal of software projects, if youāre interested in reading any of these feel free to follow, though Iām not planning on keeping to a specific schedule or a particular theme