Seenthis
•
 
Identifiants personnels
  • [mot de passe oublié ?]

 
  • #q
  • #qu
  • #que
RSS: #query

#query

  • #queryfeed
  • #querypath
  • #query_cache
  • #query_strings
  • #query_name_minimisation
  • #query-language
  • @b_b
    b_b @b_b PUBLIC DOMAIN 16/06/2022
    1
    @tofulm
    1

    #PHP Annotated – June 2022 | The PhpStorm Blog
    ▻https://blog.jetbrains.com/phpstorm/2022/06/php-annotated-june-2022

    https://blog.jetbrains.com/wp-content/uploads/2022/06/php-annotated-blog-social-share-image-1280x720-1.png

    Welcome to the June installment of PHP Annotated, where we’ll catch up on the most interesting things that have happened in the PHP world over the last month, including curated news, articles, tools, and videos.

    Morceaux choisis...

    ▻https://github.com/php-fig/per-coding-style

    PER Coding Style 1.0.0 is the same as PSR-12. This recommendation will now evolve much faster to keep up with all the new features that we’re getting in the PHP language.
    Congratulations to the whole working group!

    If you don’t know what a #PER is, it’s similar to a# PSR but it’s not set in stone, it’s meant to evolve rapidly over time, so the coding style is the perfect example where a PER is the best way to go.

    ▻https://github.com/minicli/minicli

    A minimalist, dependency-free framework for building #CLI centric PHP applications.

    ▻https://github.com/crwlrsoft/url

    A Swiss Army knife for URLs. It allows you to create, access, and manipulate #query_strings for HTTP requests very conveniently.

    b_b @b_b PUBLIC DOMAIN
    Écrire un commentaire
  • @olange
    Olivier Lange @olange CC BY-SA 15/10/2019

    « Introduction to GraphQL » by GraphQL authors
    ▻https://graphql.org/learn
    #graphql #query-language #schema-language #introduction

    Olivier Lange @olange CC BY-SA
    Écrire un commentaire
  • @olange
    Olivier Lange @olange CC BY-SA 15/10/2019

    « An Overview of GraphQL » by Neo4j, William Lyon
    Developer Relations Engineer
    ▻https://dzone.com/refcardz/an-overview-of-graphql
    #graphql #schema-language #query-language #data-hub #overview #neo4j

    Olivier Lange @olange CC BY-SA
    Écrire un commentaire
  • @cy_altern
    cy_altern @cy_altern CC BY-SA 18/09/2018

    marine/proxy.php at master · brunob/marine · GitHub
    ▻https://github.com/brunob/marine/blob/master/proxy.php

    Script: Simple PHP Proxy: Get external HTML, JSON and more!

    une alternative à l’intégration de contenus externes par iframe.
    A interfacer avec le plugin Querypath ►https://contrib.spip.net/Query-Path pour manipuler à la volée le contenu récupéré

    #proxy #php #json #iframe #querypath #contenu_distant

    cy_altern @cy_altern CC BY-SA
    Écrire un commentaire
  • @nicod_
    nicod_ @nicod_ 28/12/2016
    8
    @fil
    @monolecte
    @7h36
    @booz
    @kent1
    @linuxfr
    @rastapopoulos
    @fredlm
    8

    Wikidata Query Service

    ▻https://twitter.com/WikidataFacts/status/814075781957746689

    # Ratio of famous people’s deaths against all deaths since 2000.
    # A person is (somewhat arbitrarily) considered to be famous if they have 25 or more sitelinks.
    #defaultView:LineChart
    SELECT
    (STR(?year) AS ?year_) # STR(): work around T150515
    # uncomment the below three lines for a more useful Table view
    #(SUM(?famous) AS ?famousCount)
    #(COUNT(person) AS ?totalCount)
    #(?famousCount/?totalCount AS ?ratio)
    # this line compresses the above three lines into one because otherwise the Line Chart would display ?famousCount whereas we want ?ratio
    (SUM(?famous)/COUNT(?person) AS ?ratio)
    WHERE {
     ?person wdt:P31 wd:Q5;
             wdt:P570 ?died;
             wikibase:sitelinks ?sitelinks.
     FILTER(?died >= "2000-01-01"^^xsd:dateTime).
     BIND(YEAR(?died) AS ?year).
     BIND(IF(?sitelinks >= 25, 1, 0) AS ?famous).
    }
    GROUP BY ?year
    ORDER BY ?year

    https://pbs.twimg.com/media/C0wtN-9XgAAcngN.jpg:large

    ▻http://tinyurl.com/j2j3wp3

    nicod_ @nicod_
    • @fil
      Fil @fil 30/12/2016

      #data #wikipedia #query #amazing

      Fil @fil
    • @nicod_
      nicod_ @nicod_ 30/12/2016

      Visiblement ça utilise le langage #SPARQL

      ►https://fr.wikipedia.org/wiki/SPARQL

      nicod_ @nicod_
    • @nicod_
      nicod_ @nicod_ 1/01/2017

      Hop, justement, un article sur SPARQL sort aujourd’hui sur linuxfr.org :

      SPARQL le SQL du web, et Linked Data Fragment : le point sur le requêtage du web

      ▻http://linuxfr.org/news/sparql-le-sql-du-web-et-linked-data-fragment-le-point-sur-le-requetage-du-w

      #web_sémantique

      nicod_ @nicod_
    Écrire un commentaire
  • @bloginfo
    bloginfo @bloginfo CC BY-NC-ND 28/03/2016

    Minimisation de votre empreinte #Dns avec QNAME
    ▻http://www.dsfc.net/infrastructure/reseau/minimisation-de-votre-empreinte-dns-avec-qname

    https://upload.wikimedia.org/wikipedia/commons/thumb/5/53/Pas_Sage_en_Seine_-_Day_3_%28cropped%29.jpg/330px-Pas_Sage_en_Seine_-_Day_3_%28cropped%29.jpg

    Le cache DNS #Unbound vous permet désormais de diminuer votre empreinte DNS avec l’intégration de la RFC 7816, instituant le #Query_Name_Minimisation.

    #Réseau #QNAME_Minimisation #Stéphane_Bortzmeyer

    bloginfo @bloginfo CC BY-NC-ND
    Écrire un commentaire
  • @bloginfo
    bloginfo @bloginfo CC BY-NC-ND 17/01/2016

    La recherche #Twitter au format #Rss
    ▻http://www.dsfc.net/internet/veille/twitter-search-in-rss

    A la manière de Google qui a tué son service d’alertes, Twitter semblait vouloir limiter l’accès à ses services via RSS. TwittRSS ou #QueryFeed permettent de follower un compte Twitter via votre agrégateur RSS.

    #Veille #Atom #Formateur_Veille #Twitter_2_RSS #Twitter_to_RSS #Twitter_Search #Recherche_Twitter #TwittRSS.me

    bloginfo @bloginfo CC BY-NC-ND
    Écrire un commentaire
  • @booz
    BoOz @booz 8/01/2016

    #query() #spreadsheet returns extra header, can I remove it? - Forums des produits Google
    ▻https://productforums.google.com/forum/#!topic/docs/0CPyUKPSl5E

    One tip: To go from direct column ids (A, B, C ) to relative column ids (Col1, Col2, Col3) use a conversion method like below. E.g. you have:

    =QUERY( B2:D ; Select B, D, C “)
    which you can convert to

    =ArrayFormula( QUERY( ( B2:D ) ; Select Col1, Col3, Col2” ) )

    Note that the latter notation makes the Select clause more portable, when the range you refer to (B2:D) moves (e.g. to become C2:E) the relative column ids in the Select clause stay valid.

    • #Google
    BoOz @booz
    Écrire un commentaire
  • @booz
    BoOz @booz 8/01/2016

    #spreadsheet - #Google_Sheets: #QUERY using cell contents as SQL variables - Stack Overflow
    ▻http://stackoverflow.com/questions/26448028/google-sheets-query-using-cell-contents-as-sql-variables
    ▻http://cdn.sstatic.net/stackoverflow/img/apple-touch-icon@2.png?v=73d79a89bded&a

    nstead of fixed strings such as ’ENQ’, you can have your formula refer to the index in column A of your output. For example, you could change your formula to this, in cell C4:

    `
    =QUERY($A$24:$D, “Select D Where B=’” & $A4 & “’ and A=’2/27/14 - Thu’”)
    ^^^^^^^

    `

    BoOz @booz
    Écrire un commentaire
  • @cy_altern
    cy_altern @cy_altern CC BY-SA 19/11/2013
    5
    @fil
    @maieul
    @severo
    @b_b
    5

    PHP Simple HTML DOM Parser
    ▻http://simplehtmldom.sourceforge.net/index.htm

    Un parseur HTML écrit en PHP qui permer de manipuler du HTML facilement et en particulier retrouver des éléments avec des sélecteurs à la jQuery. Supporte le HTML invalide.
    API avec nombreuses fonctions et options.

    #php #parseur #api #simple_html_dom #html #manipulation #DOMDocument

    cy_altern @cy_altern CC BY-SA
    • @maieul
      Maïeul @maieul 19/11/2013

      il y aussi QueryPath avec un #plugin spip. ▻http://plugins.spip.net/querypath.html

      testé -> pas si évident que cela. Peut être que simplehtmldomparser fera mieux ?

      Maïeul @maieul
    • @b_b
      b_b @b_b PUBLIC DOMAIN 20/11/2013

      Oui #QueryPath est sympa, mais je crois me souvenir qu’il a du mal avec le html non valide, du coup ça vaudrait le coup de tester cette nouvelle lib dans un plugin #SPIP.

      b_b @b_b PUBLIC DOMAIN
    • @maieul
      Maïeul @maieul 20/11/2013

      ouais, le html non valide ca plante une fois sur deux. IL faut parser avant pour faire du pseudo valide.

      Maïeul @maieul
    Écrire un commentaire
  • @cy_altern
    cy_altern @cy_altern CC BY-SA 16/06/2013
    1
    @rastapopoulos
    1

    Increase MySQL performance with query cache query_cache
    ▻http://go2linux.garron.me/query-cache-mysql-size-limit-tunning-hit-rate

    utilisation du query_cache de MySQL : informations de base sur les paramètres et réglages.

    #mysql #performance #paramétrage #optimisation #query_cache

    cy_altern @cy_altern CC BY-SA
    Écrire un commentaire
  • @nhoizey
    Nicolas Hoizey @nhoizey CC BY-NC-SA 15/06/2010

    Particletree » Logging MySql Queries on MAMP
    ►http://particletree.com/notebook/logging-mysql-queries-on-mamp

    #MySQL #MAMP #slow #query #log

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

Thèmes liés

  • #mysql
  • company: google
  • #mamp
  • #graphql
  • #query-language
  • #schema-language
  • #spreadsheet
  • #php
  • #log
  • #slow