Skip to content
View niccolomineo's full-sized avatar

Organizations

@20tab @getcoolr
Block or Report

Block or report niccolomineo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
niccolomineo/README.md

Pinned

  1. A Webpack configuration for obfuscat... A Webpack configuration for obfuscating JavaScript in an Electron.js app
    1
    const Path = require('path'),
    2
        NodeExternals = require('webpack-node-externals'),
    3
        Copy = require('copy-webpack-plugin'),
    4
        Obfuscator = require('webpack-obfuscator')
    5
    
                  
  2. A `pyproject.toml` configuration for... A `pyproject.toml` configuration for a Django / Python 3.11 installable package
    1
    [build-system]
    2
    build-backend = "setuptools.build_meta"
    3
    requires = [
    4
      "setuptools",
    5
      "wheel",
  3. Django ArrayField inheritable list f... Django ArrayField inheritable list filter
    1
    """Django filters."""
    2
    
                  
    3
    from django.contrib.admin import SimpleListFilter
    4
    
                  
    5
    
                  
  4. A file system storage with file over... A file system storage with file overwriting capabilities
    1
    """Django storages."""
    2
    
                  
    3
    from django.core.files.storage import FileSystemStorage
    4
    
                  
    5
    class FileSystemOverwriteStorage(FileSystemStorage):
  5. BBCode-to-HTML JS tokenizer + parser BBCode-to-HTML JS tokenizer + parser
    1
    var input = '[section][lang]Web writing (EN / IT / FR)[y]A lot[/y][/lang][/g][g Tools][lang]Git, AngularJS, GruntJS, Bower, Bash[y]A lot[/y][/lang][lang]Photoshop, Illustrator, InDesign[y]A lot[/y][/lang][/g][/section][p][i]Head in the clouds and feet on the ground web technologies enthusiast, with 6+ years across the web product value chain, aiming at 0 pending emails a day.[/i][/p][p]Hands-on practice across all web dev layers and in all stages of the web product Agile lifecycle, in Euro/regional institutions and private media agencies. Specific strengths:[/p] [*]API-first thinker[/*] [*]mixed technical/design skills[/*] [*]coolheadedness[/*] [*]stakeholder convergence and allocation[/*] [*]brand oriented/redundancy allergic view.[/*][p]Check out my full [a docs/niccolo_mineo_cv.pdf|résumé].[/p][q]The personal qualities and technical skills of Niccolò, as well as his ability to adapt to a multinational and multilingual environment, have made it very easy to integrate him in a well established team. We are sincerely convinced that he would be a very good asset for any audiovisual media operation as well as any IT and communications department. [qs https://linkedin.com/in/niccolomineo]F. Carbajo - Head of Audiovisual Unit in DG-COMM, European Parliament[/qs][/q][q]It was a real pleasure to work with Niccolò. Always enthusiastic with every project, having excellent ideas for improving efficiency and quality. He has strong design and development skills that were improving every day. He is always willing to learn and experiment with new technologies and techniques. I am sure he will be an excellent asset for any team having him.[qs http://www.linkedin.com/in/nikosdesign]N. Sourmelakis - Web Manager and User Experience Expert, Europol[/qs][/q]',
    2
    BBCodeRegExMap = {
    3
     'tagClass': {
    4
      "(\\[[^\\]]+?)(\\§\\s*)(.+?)([\\§\\|\\#].+?)?(\\])": "$1 class='$3'$4$5"
    5
     },
  6. slot-machine slot-machine Public

    Slot machine game with optional settings.

    JavaScript 1