Sponsored Content
Top Forums Web Development Notes with Ravinder on Badging System Development Part II Post 303028268 by Neo on Thursday 3rd of January 2019 07:22:04 AM
Old 01-03-2019
Update:

41 of 48 prototype badges done, or 85%.

Ravinder is working on the logic for a "consecutive days or forum activity" badge, which sounds cool, so that would be number 42 I guess, which will leave 6 "Reserved" badges left to do.

If one of those "Reserved" badges is allocated for the the mod system of member ranking; then that means:

Code:
41 Badges Done
1 Badge Under Development (Ravinder)
1 Badge for Mod Scoring / Points (Reserved)

This is real progress in a relatively short time.

If anyone has an idea for a badge, please post!

Thanks.
 

3 More Discussions You Might Find Interesting

1. What is on Your Mind?

New Badging System - Badges Prototype Beta 1 (Badges Only)

Today I mapped out the new badging system using FA icons, Beta 1 in no particular order except a 6 x 8 grid: https://www.unix.com/members/1-albums215-picture991.png The prototype HTML code for this layout: <style> .fa-badge-grid { font-size: 1.5em; } .row { ... (38 Replies)
Discussion started by: Neo
38 Replies

2. 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

3. What is on Your Mind?

Badging System: UNIX.COM Bug Hunter Badge (New)

I have moved the bug badge out of reserve and into the main stream. Basically, I will assign a color level like the others, based on who has made a good actionable bug report for UNIX.COM. "Good" means screenshots, links, and even details from web dev tools our the HTML source code. So far,... (0 Replies)
Discussion started by: Neo
0 Replies
CRUNCHIDE(1)						    BSD General Commands Manual 					      CRUNCHIDE(1)

NAME
crunchide -- hides symbol names from ld, for crunching programs together SYNOPSIS
crunchide [-f keep-list-file] [-k keep-symbol] [object-file ...] DESCRIPTION
The crunchide utility hides the global symbols of object-file such that they are ignored by subsequent runs of the linker, ld(1). Some sym- bols may be left visible via the -k keep-symbol and -f keep-list-file options. The keep-list-file must contain a list of symbols to keep visible, one symbol per line. The names given by keep-symbol or in keep-list-file should be C names. For example, to keep the C function ``foo'' visible, the option ``-k foo'' should be used. The crunchide utility is designed as a companion program for crunchgen(1), which automates the process of creating crunched binaries from multiple component programs. SEE ALSO
crunchgen(1), ld(1) AUTHORS
The crunch utility was written by James da Silva <jds@cs.umd.edu>. Copyright (c) 1994 University of Maryland. All Rights Reserved. Chris Demetriou <cgd@netbsd.org> reorganized crunchide so that it supported multiple object formats, and added ELF object support and ECOFF object recognition. Copyright (c) 1997 Christopher G. Demetriou. All Rights Reserved. BSD
June 14, 1994 BSD
All times are GMT -4. The time now is 05:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy