Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
N

NickPace

@NickPace
About
Posts
221
Topics
21
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Scamming The Scammer
    N NickPace

    I once played along with a scammer that said I had won some money in Vegas that I had left unclaimed. The kind of money that you had to pay taxes on first before it would be sent to you. It went on for several phone calls over several days until I finally got him to admit that he was a scammer. We actually had an interesting conversation after that -- like apparently a lot people fall for his scam. He even asked me how I thought he could improve his scam to make it more believable. But then he had the audacity to ask if I could give him a list of names and numbers he could try his scam on. Well, I told him that I could send him a list of 100 people, all he had to do was first send me a valid $100 Walmart gift card. :-D

    -NP Never underestimate the creativity of the end-user

    The Lounge career

  • Red surprises everyone with 'hologram' phone
    N NickPace

    I'll believe it when I see it. ;)

    -NP Never underestimate the creativity of the end-user

    The Insider News com design announcement

  • String or string?
    N NickPace

    Switch to Java. Problem solved

    -NP Never underestimate the creativity of the end-user

    The Lounge csharp dotnet question

  • A sign of the times
    N NickPace

    Nighthowler wrote:

    There is a half-drowned cockroach in the bath Should I

    ...get a life?

    -NP Never underestimate the creativity of the end-user

    The Lounge

  • Donald Trump
    N NickPace

    I suggest you run for a position in the Democratic party...you're perfect for it

    -NP Never underestimate the creativity of the end-user

    The Soapbox help announcement

  • How to create a really cool Wi-Fi map of your neighborhood
    N NickPace

    I think the war kitteh is cool alternative: DEF CON 22 - Gene Bransfield - Weaponizing Your Pets: The War Kitteh and the Denial of Service Dog - YouTube[^]

    -NP Never underestimate the creativity of the end-user

    The Insider News com algorithms tutorial question

  • how to look at the Donald (for those willing to see)
    N NickPace

    Hi, I'm Nobody...Nobody Pace...and I approve this message

    -NP Never underestimate the creativity of the end-user

    The Soapbox c++ security testing tools tutorial

  • "Why didn't you just use [insert your favorite library here]?"
    N NickPace

    John Simmons / outlaw programmer wrote:

    Maybe it's time to retire...

    Man, if I had buck for every time I thought that... well, I'd be able to retire

    -NP Never underestimate the creativity of the end-user

    The Lounge question help learning

  • Vaping or Smoking?
    N NickPace

    Both are disgusting... ...I prefer breathing

    -NP Never underestimate the creativity of the end-user

    The Lounge question

  • When you go to a pub you haven't been to before.....
    N NickPace

    Not necessarily true. If the pub has a sister pub somewhere that uses the same id and password for their wifi and you connected there, then you will automatically connect to the new pub's wifi. Happens to me all the time at Starbucks.

    -NP Never underestimate the creativity of the end-user

    The Lounge

  • Pokemon Craze
    N NickPace

    The haters are gonna hate... ...us gamers will continue to play I haven't found a Ditto yet

    -NP Never underestimate the creativity of the end-user

    The Lounge data-structures question

  • Physicists manage to slow down light in a vacuum
    N NickPace

    I always thought it was because of all of the dense objects in the room...I mean managers

    -NP Never underestimate the creativity of the end-user.

    The Insider News

  • GPS Or Android ?
    N NickPace

    There's nothing specific in my plan that I'm aware of. It's just a basic plan (phone, text, data). Using the navigation features probably uses data, so as long as I stay under my data limit I'm good to go. I've never checked because I've never had an issue with it.

    -NP Never underestimate the creativity of the end-user.

    The Lounge question css android design hardware

  • GPS Or Android ?
    N NickPace

    Richard Andrew x64 wrote:

    I know Verizon charges extra to use the navigation feature of the phone.

    Not sure where you're getting your information. I have an iPhone with Verizon and use it exclusively for navigating unknown areas. It has never let me down and I've never been charged extra for using the navigation features.

    -NP Never underestimate the creativity of the end-user.

    The Lounge question css android design hardware

  • Convert Text to datetime
    N NickPace

    It does have a CONVERT method but it won't work with that format of text dates. That was the first thing I tried.

    -NP Never underestimate the creativity of the end-user.

    Database question mysql com announcement

  • Emojicode – A merrier kind of programming language
    N NickPace

    ...because (some people's) code isn't hard to read as it is

    -NP Never underestimate the creativity of the end-user.

    The Insider News html com

  • Convert Text to datetime
    N NickPace

    This should work: SELECT DATE_FORMAT(STR_TO_DATE('Nov 20 2015 10:51AM', '%b %d %Y %h:%i%p'), '%Y-%m-%d %H:%i'); #Returns 2015-11-20 10:51 SELECT DATE_FORMAT(STR_TO_DATE('Nov 20 2015 8:43PM', '%b %d %Y %h:%i%p'), '%Y-%m-%d %H:%i'); #Returns 2015-11-20 20:43

    -NP Never underestimate the creativity of the end-user.

    Database question mysql com announcement

  • core java (Singleton pattern )
    N NickPace

    I've found that the Java design patterns explained on tutorialspoint are easy to understand: Design Patterns Singleton Pattern[^]

    -NP Never underestimate the creativity of the end-user.

    Java tutorial question java asp-net regex

  • Dilbert OTD
    N NickPace

    I have long suspected that time runs slower in meetings due to the proximity of the dense objects running said meetings.

    -NP Never underestimate the creativity of the end-user.

    The Lounge com

  • Database Migration and Sync from MS SQL to mySQL
    N NickPace

    I'm looking for a tool that can migrate a MS SQL Server 2014 database to the latest version of MySQL. The migration includes just tables (structure, keys, indexes, etc.) and their data. Then the product needs to sync any data changes made to the SQL Server database with the MySQL database until I'm confident that the changeover of codebases to MySQL are complete...basically inserts, updates, and deletes. There will not be any schema changes allowed during the migration. Downtime of the database for a migration is not really an option. In addition, I'm not too keen on the idea of modifying the data access layers to work with both databases (there's a lot of customization I would have to work with). So it seems to me the best place to do this is at the database level itself. I've been researching tools such as SymmetricDS and ConvertDB. Does anyone have experience with these products that they would like to share? Any other suggestions?

    -NP Never underestimate the creativity of the end-user.

    Database database mysql sql-server sysadmin tools
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups