180 links
  • BigBrainBag
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 7 / 9
Newer►
  • Selber schrauben an Jura - Kaffeevollautomaten - Jura für Selbstschrauber
    Thu May 18 08:17:40 2017 - permalink -
    QRCode
    - archive.org - http://www.juradiy.de/html/baugruppen.html
    jura
  • Project Glimpse · Full-stack Node.js web diagnostics
    Sun May 14 10:16:54 2017 - permalink -
    QRCode
    - archive.org - http://node.getglimpse.com/
    debug dev diagnostics monitoring node web
  • Beware of Transparent Pixels - Adrian Courrèges
    Fri May 12 11:21:34 2017 - permalink -
    QRCode
    - archive.org - http://www.adriancourreges.com/blog/2017/05/09/beware-of-transparent-pixels/
    gfx pixel transparency transparent
  • YouTube thumbnail
    600 Watt, 3d-printed, Halbach Array, brushless DC electric Motor - YouTube
    Fri May 12 11:20:52 2017 - permalink -
    QRCode
    - archive.org - https://www.youtube.com/watch?v=NFvMC3l3fGY
    3d electric motor print
  • chart (250×250)
    Fri May 12 11:11:31 2017 - permalink -
    QRCode
    - archive.org - https://zxing.org/w/chart?cht=qr&chs=250x250&chld=L&choe=UTF-8&chl=HTTP%3A%2F%2FIDT.AG%2F1234
    chart encoder generator qr zxing
  • ☺ Emoji Homepage - Copy and paste emoji. Fast and Simple.
    😣
    Thu May 11 10:51:56 2017 - permalink -
    QRCode
    - archive.org - http://emojihomepage.com/
    emoji search
  • Simple Way To HTTPS All Laravel Routes
    Simple Way To HTTPS All Laravel Routes
    09 MAY 2017
    I thought this would be a quick search on the internet to make all routes HTTPS in Laravel, but came across a lot of solutions and a lot which seemed like to much code/work for something that i thought would be a quick fix and some of the solutions just did not work for me.

    After a while of searching the simplest way i found was to edit:

    C:\VolledServer\volled\app\Providers\AppServiceProvider  
    and at the top of AppServiceProvider file add:

    use Illuminate\Support\Facades\URL;  
    and then under boot add the below.

    public function boot()  
        {
         URL::forceScheme('https');
        }
    That's how simple it was, now all routes should use HTTPS.
    Thu May 11 10:44:53 2017 - permalink -
    QRCode
    - archive.org - http://seanoneill.me/eaest-way-to-https-on-all-laravel-routes/
    dev http https laravel php route routes
  • Sizzy
    Thu May 11 10:42:49 2017 - permalink -
    QRCode
    - archive.org - http://sizzy.co
    android dev ios ipad nexus responsive tablet test tool web
  • Get started | Learning Music (Beta)
    Tue May 9 20:56:19 2017 - permalink -
    QRCode
    - archive.org - https://learningmusic.ableton.com/index.html
    learn lesson music musik
  • Apple iPhone 6 - Full phone specifications
    Mon May 8 09:24:32 2017 - permalink -
    QRCode
    - archive.org - http://www.gsmarena.com/apple_iphone_6-6378.php
    comparison gsm phone smartphone spec specs
  • A short note about converting Let's Encrypt certificate into Java JKS keystore for Tomcat
    A short note about converting Let's Encrypt certificate into Java JKS keystore for Tomcat
    Mon May 8 09:06:02 2017 - permalink -
    QRCode
    - archive.org - https://bits.enigmabridge.com/articles/2017-05/create-keystore-for-tomcat.html
    certificate java keystore letsencrypt ssl
  • How to discard the query string in a RewriteRule (Apache, mod_rewrite)
    How to discard the query string in a RewriteRule (Apache, mod_rewrite)
    16 AUGUST 2012 on apache
    Removing the query string in a rewrite rule of Apache's module modrewrite is a bit tricky. Let's say you want to redirect the url http://www.example.com?query=test to http://www.example.com/noqueries in Apache with modrewrite enabled. Rewriting the URL is no problem but Apache always appends the original query string (?query=test) to the resulting URL which we don't want in this example. If you're using Apache 2.4 or later you can use the QSD option (qsdiscard) to remove the query string like this:

    RewriteCond %{QUERY_STRING} ^query=test$  
    RewriteRule ^/$ /noqueries [QSD,R=301,L]  
    However if you're using an earlier version of Apache (like 2.2) this solution won't work. We have to use a little trick to make this happen:

    RewriteCond %{QUERY_STRING} ^query=test$  
    RewriteRule ^/$ /noqueries? [R=301,L]  
    Notice that instead of setting the QSD option we added the question mark to the result URL. This generates the URL we wished for (http://www.example.com/noqueries) adding a new (empty) query string. The original query string is completely discarded. Have fun url-rewriting ;-)
    Mon Apr 24 12:15:04 2017 * - permalink -
    QRCode
    - archive.org - https://www.philipphoffmann.de/2012/08/16/how-to-discard-the-query-string-in-a-rewriterule-apache-mod_rewrite/
    apache discard htaccess query redirect string
  • HowTo Install Redmine on Debian 8 with Apache2-Passenger - Redmine
    HowTo Install Redmine on Debian 8 with Apache2-Passenger
    Fri Apr 21 10:08:18 2017 - permalink -
    QRCode
    - archive.org - http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_on_Debian_8_with_Apache2-Passenger
    apache config debian install linux redmine ruby ubuntu
  • EmailConfiguration - Redmine
    production:
      email_delivery:
        delivery_method: :sendmail
    Fri Apr 21 10:07:59 2017 - permalink -
    QRCode
    - archive.org - http://www.redmine.org/projects/redmine/wiki/EmailConfiguration
    config mail redmine
  • Wie schnell und kurz sendmail testen?
     Re: Wie schnell und kurz sendmail testen?
    echo -e "Subject: Test\nhier inhalt" | /usr/bin/sendmail -v deine@adresse.tld
    Fri Apr 21 10:07:12 2017 - permalink -
    QRCode
    - archive.org - http://board.gulli.com/thread/816096-wie-schnell-und-kurz-sendmail-testen/
    config linux mail sendmail test unix
  • QR-Codes empirische Untersuchung der Zielgruppe und des Nutzungsverhaltens in Deutschland im heise shop kaufen
    QR-Codes – empirische Untersuchung der Zielgruppe und des Nutzungsverhaltens in Deutschland
    eBook
    Bewerten Sie dieses Produkt als Erster
    Inhaltsangabe:Einleitung:Ausgangssituation und Problemstellung:Die Anzahl von Quick Response Codes (QR-Codes), wie in Abbildung 1 dargestellt, hat im Jahr 2010 innerhalb der ersten neun Monaten weltweit um 700% zugenommen. Insgesamt stieg die Nutzung in 2010 um 1600% an. Laut Scanbuy stieg die Nutzung auf Grund der Sommerferien und den ...
    Sofortige Lieferung
    Tags: Marketing,  Mobile,  Barcode,  Zielgruppe,  Nutzungsverhalten,  qr code
    Autor: Säm Abdelkhalek
    Anbieter: DIPLOM.DE
    Sprache: Deutsch
    EAN: 9783842815872
    Veröffentlicht: 28.06.2011
    Format: PDF
    Schutz: DRMfrei
     QR-Codes – empirische Untersuchung der Zielgruppe und des Nutzungsverhaltens in Deutschland 821097
    nicht mit Facebook verbundenFacebook "Like"-Dummynicht mit Twitter verbunden"Tweet this"-Dummynicht mit Google+ verbunden"Google+1"-DummyEinstellungen
    > Auf den Merkzettel
    Beschreibung
    Bewertungen
    Inhaltsangabe:Einleitung:Ausgangssituation und Problemstellung:Die Anzahl von Quick Response Codes (QR-Codes), wie in Abbildung 1 dargestellt, hat im Jahr 2010 innerhalb der ersten neun Monaten weltweit um 700% zugenommen. Insgesamt stieg die Nutzung in 2010 um 1600% an. Laut Scanbuy stieg die Nutzung auf Grund der Sommerferien und den Weihnachtseinkäufen im dritten und vierten Quartal rasant an.Vor allem auf Plakaten werden QR-Codes häufig abgebildet. Die schwarz-weißen Quadrate werden in Zeitschriften und Zeitungen gedruckt, auch auf Verpackungen kommen sie neuerdings zum Einsatz. Diese zwei-dimensionalen Codes enthalten codierte Information wie z.B. einen Link, um auf eine Website zu gelangen, eine Kontaktinformation oder eine einfache Nachricht. Um die Codes zu decodieren, ist ein Mobiltelefon mit einer Kamera bzw. eine an den Computer angeschlossene oder integrierte Kamera nötig. Der Code wird abfotografiert und eine spezielle Lesesoftware entschlüsselt die Information. Je nach Art der verschlüsselten Information bekommt der Anwender eine Nachricht, eine ?virtual business card? (vCard) oder die Software leitet den Nutzer direkt auf die hinterlegte Webseite weiter, sofern eine Internetverbindung besteht. Durch die hohe Nachfrage, die vermehrte Nutzung und den neuen Entwicklungen im Mobilfunkbereich haben sich in den letzten fünf Jahren folgende Punkte in der Mobilfunkbranche geändert:Zunahme der Datenübertragungsrate.Vermehrte Nutzung des mobilen Internets.Sinkende Preise für mobiles Internet.Zunahme der internetfähigen Mobiltelefone.Auf Grund dieser Faktoren nutzen immer mehr Menschen die Möglichkeit der Print-Online-Verknüpfung via QR-Codes.Wachstum Smartphone Markt:Vom dritten Quartal 2009 bis zum dritten Quartal 2010 stieg die Zahl der Smartphone-Besitzer in Deutschland um 70% an. Damit besitzt fast jeder vierte in Deutschland lebende Verbraucher ein Smartphone. Mobiles Internet wird vorrangig von Smartphone-Besitzern genutzt. Laut einer Studie der Tomorrow Focus AG nutzten knapp 28% der Befragten mobiles Internet. Von Q4/2009 zu Q4/2010 wuchs der Smartphone Markt um 88,6%.QR-Code Kampagnen:QR-Code Kampagnen werden von immer mehr Unternehmen als Kom-munikation bzw. als Interaktion mit ihren Kunden verwendet, um so ihre Zielgruppe mit Informationen zu versorgen. Auch die Verknüpfung zwischen Print- und Online-Medien spielt für Unternehmen eine große Rolle. Im Hinblick auf die technische und wirtschaftliche Umsetzung […]
    Thu Mar 30 20:56:28 2017 - permalink -
    QRCode
    - archive.org - https://shop.heise.de/katalog/qr-codes-empirische-untersuchung-der-zielgruppe-und-des-nutzungsverhaltens-in-deutschland
    deutschland diplomarbeit qr studie
  • ScreenToLayers · macOS Desktop als PSD-Datei mit Ebenen speichern | aptgetupdateDE
    Wed Mar 29 10:07:50 2017 - permalink -
    QRCode
    - archive.org - http://www.aptgetupdate.de/2017/03/29/screentolayers-macos-desktop-als-psd-datei-mit-ebenen-speichern/
    gfx layer pixa psd scr screenshot shot
  • Unicodeblock Smileys – Wikipedia
    😙
    Tue Mar 28 09:36:13 2017 * - permalink -
    QRCode
    - archive.org - https://de.wikipedia.org/wiki/Unicodeblock_Smileys
    codepage emoji gfx mysql reference Smileys style unicode utf8
  • How to support full Unicode in MySQL databases · Mathias Bynens
    MySQL’s utf8mb4
    Luckily, MySQL 5.5.3 (released in early 2010) introduced a new encoding called utf8mb4 which maps to proper UTF-8 and thus fully supports Unicode, including astral symbols.

    Switching from MySQL’s utf8 to utf8mb4
    Step 1: Create a backup

    Create a backup of all the databases on the server you want to upgrade. Safety first!

    Step 2: Upgrade the MySQL server

    Upgrade the MySQL server to v5.5.3+, or ask your server administrator to do it for you.

    Step 3: Modify databases, tables, and columns

    Change the character set and collation properties of the databases, tables, and columns to use utf8mb4 instead of utf8.

    # For each database:
    ALTER DATABASE database_name CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci;
    # For each table:
    ALTER TABLE table_name CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
    # For each column:
    ALTER TABLE table_name CHANGE column_name column_name VARCHAR(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
    # (Don’t blindly copy-paste this! The exact statement depends on the column type, maximum length, and other properties. The above line is just an example for a `VARCHAR` column.)
    Since utf8mb4 is fully backwards compatible with utf8, no mojibake or other forms of data loss should occur. (But you have a backup, right?)

    Step 4: Check the maximum length of columns and index keys

    This is probably the most tedious part of the whole upgrading process.

    When converting from utf8 to utf8mb4, the maximum length of a column or index key is unchanged in terms of bytes. Therefore, it is smaller in terms of characters, because the maximum length of a character is now four bytes instead of three.

    For example, a TINYTEXT column can hold up to 255 bytes, which correlates to 85 three-byte or 63 four-byte characters. Let’s say you have a TINYTEXT column that uses utf8 but must be able to contain more than 63 characters. Given this requirement, you can’t convert this column to utf8mb4 unless you also change the data type to a longer type such as TEXT — because if you’d try to fill it with four-byte characters, you’d only be able to enter 63 characters, but not more.

    The same goes for index keys. The InnoDB storage engine has a maximum index length of 767 bytes, so for utf8 or utf8mb4 columns, you can index a maximum of 255 or 191 characters, respectively. If you currently have utf8 columns with indexes longer than 191 characters, you will need to index a smaller number of characters when using utf8mb4. (Because of this, I had to change some indexed VARCHAR(255) columns to VARCHAR(191).)

    Section 10.1.11 of the MySQL 5.5 Reference Manual has some more information on this.

    Step 5: Modify connection, client, and server character sets

    In your application code, set the connection character set to utf8mb4. This can be done by simply replacing any variants of SET NAMES utf8 with SET NAMES utf8mb4. If your old SET NAMES statement specified the collation, make sure to change that as well, e.g. SET NAMES utf8 COLLATE utf8_unicode_ci becomes SET NAMES utf8mb4 COLLATE utf8mb4_unicode_ci.

    Make sure to set the client and server character set as well. I have the following in my MySQL configuration file (/etc/my.cnf):

    [client]
    default-character-set = utf8mb4

    [mysql]
    default-character-set = utf8mb4

    [mysqld]
    character-set-client-handshake = FALSE
    character-set-server = utf8mb4
    collation-server = utf8mb4_unicode_ci
    You can easily confirm these settings work correctly:

    mysql> SHOW VARIABLES WHERE Variable_name LIKE 'character\_set\_%' OR Variable_name LIKE 'collation%';
    +--------------------------+--------------------+
    | Variable_name            | Value              |
    +--------------------------+--------------------+
    | character_set_client     | utf8mb4            |
    | character_set_connection | utf8mb4            |
    | character_set_database   | utf8mb4            |
    | character_set_filesystem | binary             |
    | character_set_results    | utf8mb4            |
    | character_set_server     | utf8mb4            |
    | character_set_system     | utf8               |
    | collation_connection     | utf8mb4_unicode_ci |
    | collation_database       | utf8mb4_unicode_ci |
    | collation_server         | utf8mb4_unicode_ci |
    +--------------------------+--------------------+
    10 rows in set (0.00 sec)
    As you can see, all the relevant options are set to utf8mb4, except for character_set_filesystem which should be binary unless you’re on a file system that supports multi-byte UTF-8-encoded characters in file names, and character_set_system which is always utf8 and can’t be overridden.

    Note: The default character set and collation can be configured at some other levels as well.

    Step 6: Repair and optimize all tables

    After upgrading the MySQL server and making the necessary changes explained above, make sure to repair and optimize all databases and tables. I didn’t do this right away after upgrading (I didn’t think it was necessary, as everything seemed to work fine at first glance), and ran into some weird bugs where UPDATE statements didn’t have any effect, even though no errors were thrown.

    You could run the following MySQL queries for each table you want to repair and optimize:

    # For each table
    REPAIR TABLE table_name;
    OPTIMIZE TABLE table_name;
    Luckily, this can easily be done in one go using the command-line mysqlcheck utility:

    $ mysqlcheck -u root -p --auto-repair --optimize --all-databases
    This will prompt for the root user’s password, after which all tables in all databases will be repaired and optimized.
    Tue Mar 28 09:33:48 2017 - permalink -
    QRCode
    - archive.org - https://mathiasbynens.be/notes/mysql-utf8mb4
    character collation database db emoji mysql php unicode utf8 utf8mb4
  • Modern JavaScript for Ancient Web Developers – Track Changes
    https://github.com/verekia/js-stack-from-scratch/blob/master/tutorial/02-babel-es6-eslint-flow-jest-husky.md#readme
    Sun Mar 26 22:17:35 2017 - permalink -
    QRCode
    - archive.org - https://trackchanges.postlight.com/modern-javascript-for-ancient-web-developers-58e7cae050f9#.tgaae7zh6
    express good guide javascript js learn node stack
Links per page: 20 50 100
◄Older
page 7 / 9
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation