Posts
 
Reputation
Joined
Last Seen
Ranked #722
Strength to Increase Rep
+1
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
22
Posts with Upvotes
16
Upvoting Members
9
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
~3K People Reached
About Me

I like to work on networks. Sometimes I dabble in application development?

Favorite Tags
Member Avatar for Ariful_5

These Top Social Media Sites. If you have more relavent social media let me know 1. YouTube. 2. Twitter. 3. Facebook. 4. Instagram. 5. LinkedIn. 6. Pintarest

Member Avatar for Bunker
6
605
Member Avatar for FarrisFahad

Do you use Google as a search engine? Are you considering switching to something like Bing or DuckDuckGo? Do you feel like the search results is no longer helpful? Why?

Member Avatar for brandlyglobal
1
107
Member Avatar for cored0mp

I was thinking that one way that a coding team could work would be that coders would be rotated through several roles. This would prevent people from getting too comfortable towards the goal of preventing problem areas (code quality wise) from developing in the department. * Architecture * Production Coding …

Member Avatar for chuckc
1
96
Member Avatar for Ryan Morgan

Hello, I have encountered an unpleasant event. My external hard drive has stopped working. The disc is no longer readable . When I connect the disc to my computer, the system asks me to format it. There are very important files on the disc. Does anyone know how to help …

Member Avatar for Mikey37
3
195
Member Avatar for riyajohnson70

When it comes to selecting a framework for a development project, it's crucial to make an informed decision. With so many options available, it can be challenging to determine the best fit for the project's needs. Let's take a look at some of the pros and cons of popular frameworks …

Member Avatar for trueframe
1
43
Member Avatar for cored0mp

I'll admit that I have an opinion about this. Is the point of professional coding to write creative software or to write software that adheres closely to standards?

Member Avatar for cored0mp
0
98
Member Avatar for cored0mp

I had some fun this weekend having a go at pdfkit with mixed results. Can anyone nominate a candidate for best PDF writing?

Member Avatar for cored0mp
0
36
Member Avatar for cored0mp

Hey Gang! OK today I am having trouble with my transaction processing application implemented in python/MySQL. Here is some "working" testing code. import psycopg2 from psycopg2 import Error import binascii from binascii import unhexlify import mysql.connector as mysql sql='''CREATE PROCEDURE testprocedure(OUT tacos INT) BEGIN show tables; SET tacos := 1 …

Member Avatar for Dani
1
33
Member Avatar for FarrisFahad

For people who used both and build websites with both, which one is better? Why?

Member Avatar for Dani
2
46
Member Avatar for FarrisFahad

I want to write 1,000 blog posts on my blog. I want to sell ReviewMyLink for $1,000 USD on Flippa and I want to make PicturePunches much better. Happy new year :) What about you?

Member Avatar for bessieexum
1
35
Member Avatar for cored0mp

Hey! I've been asked to store some data from a client in mysql in an encoded format using python. Nothing could be easier, right? I will later need to decode the same data using mysql exclusively. Given that constraint, I thought that base64 would be the go to since nearly …

Member Avatar for cored0mp
2
182
Member Avatar for Ronald417

Essentially, there is no best hosting provider for everyone, there is only the provider that is best for you, that is, the provider that best fits your web hosting needs within your budget. The lowest cost is not always the best option Your website is often the face of your …

Member Avatar for cored0mp
1
76
Member Avatar for rproffitt

1. No more robocalls. 2. A CyberTrk. May have to wait. 3. A good shawarma for lunch. 4. A new Daniweb home/top page.

Member Avatar for carriejo810
4
1K
Member Avatar for Cameron_12

Hey guys, so I've been trying to create a website that allows users to update and delete records through the database I've set up in SQLyog. In my update confirmation file I've added location theme description to be updated and changed for all users. but for some reason its unable …

Member Avatar for AndreRet
3
137
Member Avatar for cored0mp

More programming fun! OK this time around I'm trying to create a table with the statement, CREATE TABLE tablename ( recnumber SERIAL PRIMARY KEY, recordvalues VARCHAR ( 500 ) NOT NULL, datecreated DATE ) And it basically works, and I can add records using the dba account. However when I …

Member Avatar for cored0mp
1
90
Member Avatar for cored0mp

I'm working on an application, certainly not my first. Some aspects of my coding background are quite informal, for example I have only a rudimentary understanding of source code repositories. Take library formation, for example? I'm reasonably proud that my source is of sufficient quality and organization to pass an …

Member Avatar for Dani
2
107
Member Avatar for cored0mp

How do I create a table in postgres that's associated with a specific database? Obviously from the command line one can do Create table tablename (); But how do I make sure that the table is associated with the correct database? CREATE table dbname.tablename(); is giving me the error: ERROR: …

Member Avatar for Dani
1
127