Sponsored Content
The Lounge What is on Your Mind? New Badging System - Badges Prototype Beta 1 (Badges Only) Post 303027981 by RavinderSingh13 on Saturday 29th of December 2018 02:16:30 AM
Old 12-29-2018
Quote:
Originally Posted by Neo
Thanks!
Great idea. You are really a great "Formulator" ... Much appreciated!
It would be hard to get all the 48 badges done without your help and big ideas!
Thank you Neo Smilie

Also one more thing(not sure how much effort it takes, so if it is too much then you could put it in your work's backlog) let us make these achievements visible to users by populating these achievements as a pop-up(kind of like how it comes in Facebook when someone likes a post etc or for any update it comes) whenever a user either comes online or is already online by this way users(who don't bother to go through entire site will come to know about these badges) will be encouraged more to achieve badges. Which will help us to have more users on site which ultimately means:

more users -->more questions(sensible ones Smilie)--> more answers---> more learning--> overall win win situation for everyone.

Thanks,
R. Singh
 

7 More Discussions You Might Find Interesting

1. Hardware

Stack Overflow Questions Tags Users Badges Unanswered Ask Question Ask for the explanation of types

I have read a document which tells me the following 4 things are done by the RAM embedded on disk driver controller. But I don't know what's difference between buffer and cache. Thanks! RAM on disk drive controllers 1 firmware 2 speed matching buffer 3 prefetching buffer 4 cache (1 Reply)
Discussion started by: 915086731
1 Replies

2. What is on Your Mind?

Four More UNIX.COM Achievement Award Badges to Award

Happy New Year! There are currently four UNIX.COM achievement awards up for grabs, as the say. Here they are, in no particular order: The Order of the Raven The Order of the Hippo The Order of the Spider The Order of the Dragon Don't ask me what they mean, or who who will get those... (0 Replies)
Discussion started by: Neo
0 Replies

3. Web Development

Notes with Ravinder on Badging System Development Part II

Part II: Current PHP file Beta 73 Not Optimized: <?php $version = 73; $query = "SELECT * FROM " . TABLE_PREFIX . "user WHERE userid='" . $uid . "'"; $usertable = $db->query_read_slave($query); $modaluser = $db->fetch_array($usertable); $modaluser = gmdate("d F Y", $modaluser); $modaluser... (48 Replies)
Discussion started by: Neo
48 Replies

4. What is on Your Mind?

Status of Badging System - Beta 1

Dear All, Here is the current status of the badging system: The Beta 1 phase of the new badging system is close to completion. 42 prototype badges have been "allocated" 6 prototype badge slots are held in reserve The "alert you have new badges" prototype is running and is currently... (4 Replies)
Discussion started by: Neo
4 Replies

5. What is on Your Mind?

Current Array of Badges (Beta 1)

Here is the current array of the short description of badges for the new prototype badging system (Beta 1) with 42 icons allocated (prototype logic written) and 6 reserved (for future use); <?php $badges_desc = array( "fauser" => "Total Post Count", "faaward" => "First Post", ... (6 Replies)
Discussion started by: Neo
6 Replies

6. What is on Your Mind?

Patreon Badges Now Available as BBCODE at UNIX.COM

Dear All, We have a lot of amazing moderators and other very talented unix.com members who provide tireless top quality free technical support assistance to others. As a service to those long term unix.com members, I am making a new Patreon BBCODE badge available which can be posted in forum... (8 Replies)
Discussion started by: Neo
8 Replies

7. What is on Your Mind?

My Badges Page - A Major UserCP Update (v0.661):

Another major upgrade on the new UserCP today. I have created the "My Badges" page in the new control panel, and it's looking very cool :) If you have visited the new UserCP recently, you will more-than-likely need to close your browser (completely) and then restart it to clear out the old... (2 Replies)
Discussion started by: Neo
2 Replies
teem-tend(1)							   User Commands						      teem-tend(1)

NAME
teem-tend - Diffusion Image Processing and Analysis DESCRIPTION
"tend" is a command-line interface to much of the functionality in "ten", a C library for diffusion image processing. Ten is one library in the "Teem" collection of libraries. More information about Teem is at <http://teem.sourceforge.net>. Users are strongly encouraged to join the teem-users mailing list: <http://lists.sourceforge.net/lists/listinfo/teem-users>. This is the primary forum for feedback, questions, and feature requests. Like "unu", another Teem command-line binary, it is often useful to chain together invocations of tend with pipes, as in the following, which estimates tensors from DWIs, takes a slice of the tensor volume, computes the standard RGB colormap of the principal eigenvector, and then quantizes it to an 8-bit PNG: tend estim -i dwi.nhdr -B kvp -knownB0 true | tend slice -a 2 -p 30 | tend evecrgb -c 0 -a cl2 -gam 1.2 | unu quantize -b 8 -min 0 -max 1 -o z30-rgb.png If tend repeatedly proves itself useful for your research, an acknowledgment to that effect in your publication would be greatly appreciated, such as (for LaTeX): "Dataset processing performed with the { t tend} tool part of the { t Teem} toolkit available at { t $<$http://teem.sf.net$>$}" SEE ALSO
The full documentation for Teem is maintained as a Texinfo manual. If the info and teem-tend programs are properly installed at your site, the command info teem-tend should give you access to the complete manual. 1.10.0 December 10, 2008 teem-tend(1)
All times are GMT -4. The time now is 11:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy