Jump to content

Search the Community

Showing results for tags 'grid'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Informatii generale
    • Anunturi importante
    • Bine ai venit
    • Proiecte RST
  • Sectiunea tehnica
    • Exploituri
    • Challenges (CTF)
    • Bug Bounty
    • Programare
    • Securitate web
    • Reverse engineering & exploit development
    • Mobile security
    • Sisteme de operare si discutii hardware
    • Electronica
    • Wireless Pentesting
    • Black SEO & monetizare
  • Tutoriale
    • Tutoriale in romana
    • Tutoriale in engleza
    • Tutoriale video
  • Programe
    • Programe hacking
    • Programe securitate
    • Programe utile
    • Free stuff
  • Discutii generale
    • RST Market
    • Off-topic
    • Discutii incepatori
    • Stiri securitate
    • Linkuri
    • Cosul de gunoi
  • Club Test's Topics
  • Clubul saraciei absolute's Topics
  • Chernobyl Hackers's Topics
  • Programming & Fun's Jokes / Funny pictures (programming related!)
  • Programming & Fun's Programming
  • Programming & Fun's Programming challenges
  • Bani pă net's Topics
  • Cumparaturi online's Topics
  • Web Development's Forum
  • 3D Print's Topics

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Yahoo


Jabber


Skype


Location


Interests


Biography


Location


Interests


Occupation

Found 3 results

  1. Download Extended Feature List Exclusive Themeone Slider Unlimited slides per slider Unlimited sliders configurations One click setting slider on page Different slider per page/post/portfolio Parallax effect Video support Exclusive Themeone Shortcode Generator 40+ shortcodes 900+ icons Unlimited possibilities Automatic accent colors Smart text color scheme Exclusive Mobius Grid System (post/portfolio/both) 4 sizes 3 styles Gutter width settings Aspect ratio settings Item number settings Number of columns settings Ajax button or pagination And much more… Mobius Grid Reorder Settings Page Ultra Responsive Layout Retina Ready 2 Header Layouts 2 Menu Layouts Custom Background Header Parallax Background and Video Mega Menu Ajax Navigation (optional) Ajax Search Autocomplete (optional) Ajax Comment and Review (optional) Unlimited Blog Layout (6 presets) Standard blog Full width grid blog Full width masonry blog Boxed grid blog Boxed masonry blog Wide grid blog Unlimited Portfolio Layout (6 presets) Full width grid multi size portfolio Full width grid square portfolio Full width masonry portfolio Boxed width grid multi size portfolio Boxed width grid square portfolio Boxed grid portfolio Ajax Filterable Portfolio (with pagination or ajax button) Call to Action Footer Column Options Social Sharing Buttons Sliding Sidebar Widget Unlimited Sidebars (with right/left layout) Unlimited Colors (one click switch dark/light) Typography 600+ Google Font 900+ Retina Ready Icons Built-in « like/unlike » system Search page, archive page, category page and 404 page 1-click Demo Install WPML Support Woocommerce Support Contact Form 7 Support Redux Famework Admin Panel Translation Ready SEO Optimized Post Formats (quote, link, video, audio, gallery) Twitter Integration Valid HTML5 / CSS3 Demo Files Included ( XML ) Outstanding & Dedicated Support And Much More !!!
  2. Intel Security (fomerly McAfee) has announced a security platform designed to protect both new and legacy infrastructure within the electric power grid. Dubbed Intel Security Critical Infrastructure Protection (CIP), the solution was developed in collaboration with the Department of Energy-funded Discovery Across Texas smart grid project including deployment at Texas Tech University, and is a joint project of Intel Security and Wind River. Intel Security CIP works by separating the security management functions of the platform from the operational applications, allowing the operational layer to be secured, monitored and managed, the company explained. According to Intel Security, the security platform can be applied with little or no changes to business processes or application software, and can be retrofitted onto many existing systems. Features include protection such as device identity, malware protection, data protection and resiliency. Intel believes the solution can be leveraged beyond the power grid and could be equally effective for departments of defense, oil and gas firms, medical applications, and other areas. According to a study sponsored by Intel, “In the Dark: Crucial Industries Confront Cyberattacks,” of the 200 CIP executives surveyed globally, 32% had not adopted special security measures for smart grid controls. Yet 33% anticipated a major cybersecurity incident within 12 months. Related: Learn More at the 2015 ICS Cyber Security Conference “The risk of cyberattacks on critical infrastructure is no longer theoretical, but building security into the grid is challenging due to the amount of legacy infrastructure and the importance of availability of service,” Lorie Wigle, Vice President of Internet of Things Security Solutions for Intel Security, said in a statement. “Traditional security measures such as patching and rebooting are often inappropriate for the grid, so we set out to design something entirely different that could be non-invasive but simultaneously robust “From December 2013 to January 2015, the Intel Security CIP was in a field trial at Texas Tech University, where it performed as required by NIST standards and withstood penetration testing, as well as protected the synchrophasor applications during the Heartbleed vulnerability and Havex attacks,” said Milton Holloway, President & COO, Center for the Commercialization of Electric Technologies. “This project was an outstanding example of a successful public-private partnership in that it produced technologies that are market-ready. What could be a better outcome of a demonstration project?” Sursa: securityweek.com
  3. Probabil aveti nevoie uneori s? dezvolta?i pe diferite m?rimi când face?i un layout ?i s? calcula?i întotdeauna ?inta ?i contextul pentru fiecare coloan? în parte, de la 1, la cât ave?i nevoie, 12, 24 etc. Cu pu?inele mele cuno?tin?e în Sass am creat ceva destul de folositor pentru a nu mai face manual calculul, a?a c? am creat un mini-calculator pentru coloane. Orice sugestie în plus e binevenit? atât timp cât se leag? de Sass ?i de micul calculator // If it is set to true, the function will display values in percentages $grid-width-in-percentage: true; // If it is set to true, the function will display values in pixels. $grid-width-in-pixels: true; // Columns or context. The currently value result in 960 (in pixels) and 100% in percentages. $columns: 12; // The width of the grid for each columns. Ex: the first columns will have 60px and so on ... $column-width: 60; // The width of the gap between each columns. Note! One columns don't have gap. $gutter-width: 20; // This is the number from where grid begin to count in loop. $number-offset: 1; // The margin before the first grid and after the last grid. $margin: 20; // Pixel to precentage formula: target (width (= columns) + margin + gutter width) / context (total width (= context is columns)) = result @InClude grid;
×
×
  • Create New...