Coder Social home page Coder Social logo

qqui's Introduction

qqui's People

Contributors

drewminns avatar jonathantneal avatar

Stargazers

Andrii Matenka avatar keyloggerini avatar Divine Anum avatar D7460N avatar Vitalii Kiiko avatar Pylyp Borysov avatar Rafael Bardini avatar Alexander R Torrijos avatar Nestor Vera avatar André Schubert avatar Christopher Schmitt avatar Dronca Raul avatar Arnold Camas avatar Focus3D avatar Massimo Cassandro avatar Evangelos Tzortzis avatar Joey Hoer avatar Jacob Frank avatar Apostolis Taxidaridis avatar Ernesto avatar Sergey Gurinovich avatar Özkan ÖZSERT avatar Andy Mortimer avatar Andy Pattenden avatar Mark Fischer, Jr. avatar  avatar  avatar Stanislav Ø. avatar Jakub Albert Ferenc avatar Daniel Box avatar Eric Jinks avatar avakorin avatar Veselin Hadjiev avatar Lorenzo Cadamuro avatar  avatar Lucas avatar Alexander Khlebnikov avatar lucian voinea avatar Will J. Haggard avatar  avatar jkjkjk avatar  avatar nicolas avatar Gabor Lenard avatar TheCreation avatar W. avatar David Hellmann avatar Open Data Coder avatar Alex Bass avatar Stefan Judis avatar Charles Kihe avatar Le Duy Quang avatar Tim avatar Miziara avatar Julian Xhokaxhiu avatar Mandar Badve avatar hui.liu avatar Jessie Taylor avatar Andrei Popovici avatar Vesa Virlander avatar Tom Hnatovsky avatar Michael Gale (he/him) avatar Art Blanc avatar  avatar  avatar Braunson Yager avatar Christopher Wiegel avatar Andy Foster avatar Piotr Kubisa avatar Mohamed Farid Naga avatar Emanuele Biancardi avatar Jaime Velasco Gomez avatar Marco Grimaldi avatar Yury Vetrov avatar Eric Ting avatar Aaron Junod avatar 1derful avatar Twanneman avatar lunule avatar Saji Nediyanchath avatar Elijah Townsend avatar Ralph Hansell avatar Matt Zimmermann avatar Kyle Bollinger avatar  avatar Jan Wächter avatar Michael McKenzie avatar James Edward Lewis II avatar Ian Gao avatar James avatar Eytan Biala avatar Rogier Barendregt avatar Son avatar Zeh Fernandes avatar Michael Sprague avatar pilus avatar Miles avatar Jonathan avatar yesh van aken avatar Shoaib Khan avatar

Watchers

lucian voinea avatar Nestor Vera avatar Rasha Noureldin avatar Veselin Hadjiev avatar  avatar

qqui's Issues

Odd and even

Hi!

Is it possible to have odd (2n+1) and even (2n) queries?

Thank you!

At-Least/At-Most generates faulty query

The second selector's nth-last-child has a (faulty) negative 'n' value.

The generated code is

div:nth-last-child(n+2):nth-last-child(-n+4):first-child, 
div:nth-last-child(-n+2):nth-last-child(-n+4):first-child ~ div { }

but should be

div:nth-last-child(n+2):nth-last-child(-n+4):first-child, 
div:nth-last-child(n+2):nth-last-child(-n+4):first-child ~ div { }

Validated this against QQ's source code.

Enhancement: Add options for additional operators

div:nth-last-child(8):first-child,
div:nth-last-child(8):first-child ~ div {
  /* Exactly 8 */
}
div:nth-last-child(n+8):nth-last-child(-n+12):first-child,
div:nth-last-child(n+8):nth-last-child(-n+12):first-child ~ div {
  /* At least 8 and at most 12 */
}
div:nth-last-child(-n+7):first-child,
div:nth-last-child(-n+7):first-child ~ div {
  /* Less than 8 */
}
div:nth-last-child(-n+8):first-child,
div:nth-last-child(-n+8):first-child ~ div {
  /* Less than or equal to 8 */
}
div:nth-last-child(n+9),
div:nth-last-child(n+9) ~ div {
  /* More than 8 */
}
div:nth-last-child(n+8),
div:nth-last-child(n+8) ~ div {
  /* More than or equal to 8 */
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.