String (computer science)

Strings (Unix)

In computer software, strings is a program in Unix, Plan 9, Inferno, and Unix-like operating systems that finds and prints text strings embedded in binary files such as executables. It can be used on object files and core dumps. (Wikipedia).

Strings (Unix)
Video thumbnail

Python - strings and collections (part 1 of 3)

Strings and collections in the Python language. Part of a larger series at codeschool.org

From playlist Python strings and collections

Video thumbnail

Fun with Strings

Experimenting and seeing what we can do with strings

From playlist Computer Science

Video thumbnail

Strings in Python - Advanced Python 05 - Programming Tutorial

Strings in Python - Advanced Python 05 - Programming Tutorial In this Python Advanced Tutorial, we will be learning about Strings in Python. A String is an ordered, and immutable collection data type that is used for text representation, and it's one of the most used data types in Python.

From playlist Advanced Python - Complete Course

Video thumbnail

String Theory Overview

In physics, string theory is a theoretical framework in which the point-like particles of particle physics are replaced by one-dimensional objects called strings. String theory describes how these strings propagate through space and interact with each other. On distance scales larger than

From playlist Physics

Video thumbnail

Python - strings and collections (part 2 of 3)

Strings and collections in the Python language. Part of a larger series at codeschool.org

From playlist Python strings and collections

Video thumbnail

Strings In Python | Python Strings | What Are Strings In Python? | Python For Beginners |Simplilearn

This video on Strings in Python will help you create strings in Python. You will learn about string indexing. You will also explore the various inbuilt functions in Python that makes it easier to work with strings, concatenate strings and use the format method for doing the same. Below to

From playlist Python For Beginners 🔥[2022 Updated]

Video thumbnail

Java Manipulating Strings

More videos like this online at http://www.theurbanpenguin.com We do quite a lot in this video so if you are new to Java you will get a lot out of this. First we revisit StringBuilder and the reverse method. Then looking at how we can assign non-string values to strings with concatenation

From playlist Java

Video thumbnail

C Strings! C tutorial 4

much about strings in the C language!

From playlist C Tutorial

Video thumbnail

Using code to interrogate textual data | I’m a STRING. Ask me anything! | Coding tutorial

What's going on everyone. In this video 🎥, we will use JavaScript and PowerShell to see how we can build and interrogate strings using code 💻. Textual data inside computer programs is represented using sequences of characters that we call strings. So far in this series, we seen how stri

From playlist Data Science - Learn to code for beginners

Video thumbnail

Unix terminals and shells - 2 of 5

Part of a series teaching programming. See codeschool.org

From playlist Unix terminals and shells

Video thumbnail

RubyConf 2015 - String Theory and Time Travel: the humble text editor by Colin Fulton

String Theory and Time Travel: the humble text editor by Colin Fulton Did you know that the time machine in your text editor is probably broken? Better yet, have you considered that your text editor has a time machine? The majority of our day is spent in a text editor, but most never thi

From playlist RubyConf 2015

Video thumbnail

Unix terminals and shells - 3 of 5

Part of a series teaching programming. See codeschool.org

From playlist Unix terminals and shells

Video thumbnail

DEFCON 16: Hacking OpenVMS

Speakers: Christer Öberg, Security Researcher Claes Nyberg, Security Researcher James Tusini, Security Researcher OpenVMS is considered a highly secure and reliable operating system relied upon by large enterprises around the globe such as Stock Exchanges, Governments and Infrastructure f

From playlist DEFCON 16

Video thumbnail

Charting Stocks part 30 - Graphing intra-day stock prices unix time stamps in Python

This video teaches you how to graph intra-day prices from yahoo's API. The main difference here is that the time stamps are in unix. The purpose of the videos in this series is to teach you how to program your own charting and analysis of stocks or Forex. Looking for part 28 and 29? These

From playlist Live Matplotlib Graphs

Video thumbnail

Unix Shell Crash Course || Unix Shell Tutorial for Beginners

A #Unix shell is a command-line interpreter or shell that provides a command line user interface for Unix-like operating systems. The shell is both an interactive command language and a #scripting language, and is used by the operating system to control the execution of the system using sh

From playlist Linux Tutorial

Video thumbnail

C Programming: Loading large files into memory

In this session we'll learn how to load a large text file into memory so we can access any line in the file rapidly. We will make use of the memory management functions (malloc, realloc, and free) and the file I/O functions (fopen, fread, fclose, fgets, etc.)

From playlist C Programming, Fall 2022

Video thumbnail

A Historical Architectural Tour of PowerShell by Bruce Payette

Join one of original PowerShell team members for a look at how PowerShell has evolved over time. We'll look at both the technical and environmental drivers behind many of the decisions that made PowerShell what it is today.

From playlist PowerShell + DevOps Global Summit 2018

Video thumbnail

What is String Theory? Ashoke Sen

https://strings2015.icts.res.in/publicEvents.php

From playlist Particles, Gravity and Strings

Related pages

Null-terminated string | String (computer science)