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
D

Diana Weiss

@Diana Weiss
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Looking for a good basic image edition solution
    D Diana Weiss

    Hi, maybe this tutorial on how to create an image editor in C# could help. Good luck! http://www.c-sharpcorner.com/uploadfile/hirendra_singh/how-to-make-image-editor-tool-in-C-Sharp/

    ASP.NET csharp javascript html asp-net adobe

  • Python Bulk-Renamer for Date-Modified
    D Diana Weiss

    I did something similar with BASH a while ago, to rename files according to their modification date:

    saveIFS="$IFS"; IFS=$'\0'; while read -a line; do mv "${line[1]}" "${line[0]%.*}.${line[1]}"; done < <(find -maxdepth 1 -type f -printf "%T+\0%f\n"); IFS="$saveIFS"

    Hope it helps!

    JavaScript linux tutorial python

  • query not executing
    D Diana Weiss

    This is a foreign key error caused by the use of "." in your column identifyers. If you use capital letter format, for example: "ItemNumber" or underscores ("item_number") instead and you should be able to execute. Good luck :)

    Linux, Apache, MySQL, PHP database mysql help
  • Login

  • Don't have an account? Register

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