Re: Mastodon Community Center Geeks' Lounge by Dani I just stumbled upon this and had no idea that Mastodon was even a thing 6 years ago, pty! I first became aware of them back when Elon bought Twitter (ahem, X) and everyone fled ship trying to find an alternative. Sorry no one replied to this thread until now. Guess you were just too ahead of your time. ;) Re: Multi-domain SSL certificate can secure all domains? Hardware and Software Networking by WylliCorson … Certificate (also known as a Unified Communications Certificate or Subject Alternative Name Certificate) can protect both main domains and subdomains. This… Re: Installing programs from Github Programming Software Development by Reverend Jim … recommend that you look into wxpython as a much better alternative to tkinter. Wxpython is a wrapper for wxwidgets which is… Re: Alternative for _setcursortype(_NOCURSOR); Programming Software Development by thendrluca Alternative for _setcursortype(_NOCURSOR); void ShowCursor(bool show) { HANDLE hConsoleOutput; CONSOLE_CURSOR_INFO … Re: An alternative to the system() function? Programming Software Development by L7Sqr Alternative to system: [icode]fork()[/icode] with [icode]exec*[/icode] on … Free 'ticket' to the Opera Community Center by Catweazle Alternative Web browser [b]Opera[/b] is celebrating 10 years of … Need to connect a database for the given code Programming Web Development by Shannon_1 ALTERNATIVE CODE <?php // Update present values if (isset($_POST['submit'])) { // … Re: Words and phrases I wish people would stop using. Community Center Geeks' Lounge by Reverend Jim Alternative society? Why not. Alternative music? Sure thing (except for John Coltrane). But "alternative" medicine means medicine that is unsupported by evidence…. "Alternative" science means the same - claims unsupported by evidence, at … Re: array of large size Programming Software Development by Sokurenko alternative is [malloc](http://www.cplusplus.com/reference/clibrary/cstdlib/malloc/) you will locate it on heap instead of stack or calloc effect is same bot you haveto free it after and it can be dinamically changed during execution :) Re: What kind of music Community Center Geeks' Lounge by Slade Alternative Rock -> Heavy Metal Nothing comes close to that. Re: What kind of music Community Center Geeks' Lounge by invisal alternative rock punk rock hard rock Re: What kind of music Community Center Geeks' Lounge by OliviaH Alternative & Rock Re: Efficient Way To Create & Manager Directories Digital Media Digital Marketing Search Engine Strategies by Kwak Alternative is to not create the 2nd directory but to add new pages like [url]www.example.com/1stdirectory/newcontent.html[/url] [url]www.example.com/1stdirectory/morecontent.html[/url] [url]www.example.com/1stdirectory/helpcontent.html[/url] and etc. Wonder which method is best and most recommended. Re: Music Community Center Geeks' Lounge by lol_hacker101 Alternative Rock mostly : Angels and Airwaves Blink-182 +44 Linkin Park Panic! at the Disco Three Days Grace Fall Out Boy My Chemical Romance ..... and lots more Re: print the number 7011 as 011 (take off a 7) Programming Software Development by invisal Alternative way from Narue: [code=cplusplus] // input your num here. for (temp = num; temp > 9; temp /= 10) printf("%c", '0' + (temp % 10)); [/code] Re: print the number 7011 as 011 (take off a 7) Programming Software Development by Narue >Alternative way from Narue: Maybe I missed something, but I don't think the original question included reversing the digits as well as trimming the most significant digit. Re: Hard Disk not founnd Hardware and Software Microsoft Windows by Bob_180_Bob Alternative Start Mode 1. Re-boot PC, as it starts tap … Re: Playing mp3's in .NET 2005 Programming Software Development by Jx_Man alternative, you use WindowsMediaPlayer to play media file. Re: What is the best way to bring traffic to a website appart from SEO? Digital Media Digital Marketing Search Engine Strategies by Hafsoh Alternative that can bring in traffic without seo is paying for advertising or SMO Re: Convert Time in PHP Programming Web Development by cereal Alternative to Lsmjudoka's solution: [code] <?php $a = '11-07-2009'; $b = explode('-', $a); echo $b[2] .'-'. $b[0] .'-'. $b[1]; ?>[/code] Maybe I'm wrong but, in this case, I don't see any advantage in using mktime() bye :) Re: Matrix question with python Programming Software Development by TrustyTony Alternative in native Python for nested lists as matrix is the … Re: Unscramble word help Programming Software Development by TrustyTony Alternative approach can be found in my code snippet [URL="http://www.daniweb.com/code/snippet285434.html"]Super simple one word anagrams[/URL] and follow up with immediate response by preparing lookup in file of all anagrams for future use: [URL="http://www.daniweb.com/code/snippet288327.html"]One word anagrams by lookup[/URL] Re: IFRAME issue Digital Media UI / UX Design by Kraai Alternative to Iframe is <object></object> but I am not sure if it works in IE 7 and older. The script will look somthing like: [CODE]<OBJECT data="path/to/the/file.html"></OBJECT> [/CODE] Re: How can I a string from a . txt, reverse it and write it to another .txt in C++? Programming Software Development by vijayan121 > Alternative once you have the index of the decimal point in … Re: Starting Python Programming Software Development by TrustyTony Alternative way to do toggle function without global using attribute of … Re: Searching a text document Programming Software Development by snippsat Alternative to Gribouillis good use of itertools. search_word = 'card 1' with … Re: what payment gateway Digital Media Digital Marketing by chrisschristou alternative to paypal Re: Windows 8: How to get your Google Chrome resize buttons back Hardware and Software Microsoft Windows by birbilis alternative is to buy the very cheap ModernMix utility (and why not Start8 too that adds a Start menu to Win8) and use Modern apps as windows on the desktop Re: Help Displaying 2 Decimal Places Programming Software Development by gusano79 Alternative: [String.Format](https://msdn.microsoft.com/en-us/library/system.string.format(v=vs.110).aspx) and [the "F" format specifier](https://msdn.microsoft.com/en-us/library/dwhawy9k(v=vs.110).aspx#FFormatString). Re: multiple values on one row Programming Databases by diafol Alternative: paste your code into the editor, ensure a blank line …