search for: reinvent

Displaying 20 results from an estimated 870 matches for "reinvent".

2007 Sep 09
1
Why I reinvented the wheel with M3F
Daniel, nobody has accused you of reinventing the wheel. You give up too easily. If you want to develop a standard, it takes a lot of discussion and input - and it takes diplomacy. Attacking people and attacking the community will not be helpful. You have asked for feedback - feedback has been given. Now it's time to think and digest....
2007 Sep 09
0
Why I reinvented the wheel with M3F
Hi ogg-dev list, I am not trying to ?get someone?. But I though this form would indeed prove successful in making my point. Here we go: I got accused of ?reinventing the wheel? for this little media description format of mine. Fare enough. But I wanted to show everyone why it is sometimes best to sometings that has been done before all over. See the attached document. It uses existing technology plus a new name space. I call my Frankenstein: XML+RDF+DC+M...
2005 Dec 29
1
reinventing the wheel....
> ---------- Forwarded message ---------- > From: Byron Ellis <ellis at stat.harvard.edu> > If we wanted to be truly radical we'd just accept that graphics > devices and event loops are just special cases of the connection and > merge the whole thing, thus more-or-less reinventing CLIM. :-) Eventually, all programming languages grow up and become Lisp. (progress, progress, and more joyful progress on CLS). best, -tony blindglobe at gmail.com Muttenz, Switzerland. "Commit early,commit often, and commit in a repository from which we can easily roll-back your mistak...
2011 Aug 21
1
rank analysis - reinventing the wheel?
...I'd like to have the option to 1) define the fractiles independently for each row, and 2) define the fractiles based off the independent variable data frame as a whole at the start and keep it fixed. Anyway, is there a pacakge/function in R that does something like this so I don't have to reinvent the wheel? If not, any help on how to do this efficiently in R would be great. Here is a super simple example using 3 fractiles: independent data frame: item1 item2 item3 1 18 15 16 2 12 12 17 3 20 13 18 dependent data frame: item1 item2 item3 1 3 1 6 2...
2004 Jan 12
1
Asterisk Voicemail that reacts to my AIM status
...cript written in PHP, that looks up my AOL Instant Messenger (or in my case iChat) status, and, if I'm online, plays a different voicemail message (i.e. "Peter's here") than if I'm offline (i.e. "Sorry, Peter's not here"). Code and explanation at: http://www.reinvented.net/labs/article/1832 Peter Rukavina Reinvented Inc. www.reinvented.net
2005 May 13
5
HTML sanitizer
...lementation of a HTML sanitizer that prevents the attacks described on the xss cheatsheet? (http://ha.ckers.org/xss.html) I checked out the version Jamis wrote (http://dev.rubyonrails.com/ticket/1277), but that only covers the very basic attacks. Anybody? Just figured I would ask before, before I reinvent the wheel.. Ciao! Florian
2007 Jan 22
0
Why app_rx and app_tx when we have IAXModem and Hylafax and hy-email2fax? Should we reinvent the wheel?
I'm just wondering here, in our community... Why not HylaFax for Fax solutions? I'm not saying bad about the big efforts on app_tx and app_rx with spandsp. But as me and many other asterisk users, we find out that Hylafax+IAXModem+Asterisk is very reliable. And from what i've been testing and reading, Hylafax is an extremely powerful: "HylaFAX is an enterprise-class system for
2018 Jan 20
0
LLVM Social Berlin #11, Symatem - Reinventing Software
Hi folks, I would like to invite you to the next LLVM Social in Berlin. It will take place the next Thursday, the 25th of January, at Mozilla office. More details can be found here: https://www.meetup.com/LLVM-Social-Berlin/events/246333443 Cheers, Alex. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 529
2012 Jun 21
6
reinventing the wheel? page checker
Not sure if there is an app like this yet. I want to keep tabs on my web applications and thought of using a 'page checker'/ I was thinking either running a sum on the directory or each file...but thinking a simple date check would be fine. The idea is web application, except the uploads area for photos, never has changes to its files except when I change it. However, if it gets
2008 Nov 17
6
OT - Automated rpm builds
...kage > update repo > deploy I know this could be scripted but are there any tools out there that can take code from a repository and build rpm's in a continuous integration type manner? I have been hunting around for such a tool and so far not seeing anything obvious as i dont want to reinvent the wheel if at all possible. thanks
2009 Jan 15
14
Using ZFS for replication
Fairly new to ZFS. I am looking to replicate data between two thumper boxes. Found quite a few articles about using zfs incremental snapshot send/receive. Just a cheeky question to see if anyone has anything working in a live environment and are happy to share the scripts, save me reinventing the wheel. thanks in advance. -- This message posted from opensolaris.org
2014 Jun 19
4
[LLVMdev] [RFC] Add a simple soft-float class
...er heuristics. We can do that without waking any Dragons, and Duncan’s design is quite straightforward. I think calling it a “soft-float” implementation was a mistake (even though that’s what it is), and has completely derailed this thread. The goal is to factor and reuse the code that we need to reinvent every time we need to extend the dynamic range of some of cost metric. The question here is whether that in itself a worthwhile goal, independent of how the compiler models language level floats. I have nothing *against* repurposing APFloat. After all, we only have a couple metrics in tree that nee...
2003 Aug 26
3
plot empirical pdf
Hi, are there any function to plot the empirical probability distribution function? I just don't want to reinvent the wheel... Best wishes, Ott -- Ott Toomet PhD Student Dept. of Economics ?rhus University Building 322 Universitetsparken 8000 ?rhus C Denmark otoomet (a) econ au dk ph: (+45) 89 42 20 27 ------------------------------------------- (o_ (*_ (O_ (o< -! //\...
2002 Jun 23
2
AdaBoost for R
I'm going to implement AdaBoost algorithm in R. Just wanted to ensure that there is no implementation of any boosting algorithm in R... don't want to reinvent the wheel... -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-r...
2006 Apr 19
9
geolocation db?
...up process. My intention is to capture their zipcode or postal code, and then be able to query a webservice once for that data. It''s also possible that there might be a database or even a CSV somewhere that contains this information for every zip/postalcode... I don''t want to reinvent the wheel. The geocode APIs that I''ve seen seem to be slow and US-only. Yet dozens of sites give me quasi-accurate "your are 1251 miles from Bob" type metrics - and it works across continents. How do they do this? Pete
2007 Jun 15
4
quick and easy way to convert id3-tagged flac to flac-tagged flac?
So before i knew better, i encoded a lot of my CDs in flac and added id3 tags (they worked, so great!). I know i've seen mention of others doing this; anyone gone to the trouble to write a tag conversion tool? Shouldn't be too tough, but i'd rather not reinvent the wheel. danno -- dan pritts danno@umich.edu 734-929-9770
2004 Sep 09
3
Simple question about SIP community
...who is online without have to call one by one the persons to look if they are present or not?? Something the user list in Microsoft Messenger. I was thinking on some sort of web page that can check the registration of the sip clients on the asterisk but want to know if already exist to avoid to reinvent the wheel. thanks, Bye, MArcello
2006 May 09
1
combn(n, k, ...) and all its re-inventions
It seems people are reinventing the wheel here: The goal is to generate all combinations of 1:n of size k. This (typically) results in a matrix of size k * choose(n,k) i.e. needs O(n ^ k) space, hence is only applicable to relatively small k. Then alternatives have been devised to generate the combinations "one by one&...
2017 Mar 03
2
imaging a drive with dd
...various 'checkpoints' so I can go back and redo from a particular point? >> what dd params work? >> >> dd if=/dev/sdb of=os.img bs=1M count=3210 > That looks plausible. (I haven?t verified your count parameter exactly.) > > However, I wonder why you?re trying to reinvent snapshots, a technology now built into several advanced filesystems, such as btrfs and ZFS? > > https://en.wikipedia.org/wiki/Btrfs#Subvolumes_and_snapshots > > btrfs is built into CentOS 7. While there have been some highly-publicized bugs in btrfs, they only affect the RAID-5/6...
2003 Jul 29
5
Sending emails from R under Windows
Hi Does anyone know of any R routines to send emails from R, under Windows? I thought about writing such a facility using the R(D)COM package to drive e.g. MS Outlook, but I don't want to reinvent the wheel. I have found a function Sys.mail in the library syskern, but this only works under Unix by shelling out a mail command. Thanks, David