CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - bash

搜索资源列表

  1. tetris.tar

    0下载:
  2. 可以在bash下运行的俄罗斯方块游戏, 仅仅用shell scr ipt实现-The Tetris implemented by shell scr ipt
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3820
    • 提供者:马超
  1. Linux-course

    0下载:
  2. Linux完整教程,详细makefile及gcc编译教学,shell教程、高级bash脚本教程、linux awk完全手册,linux命令大全-Complete Linux tutorials, detailed teaching makefile and gcc compiler, shell tutorials, advanced bash scr ipting tutorial, linux awk completely manual, linux commands
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-23
    • 文件大小:6933576
    • 提供者:分分
  1. grades

    0下载:
  2. bash shell scr ipt to build a student grade Data Base.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1064
    • 提供者:maram
  1. Lab2GPucci_SosaTosello.tar

    0下载:
  2. bash. this is util for operative system. please read the descr iption in the directory
  3. 所属分类:CA program

    • 发布日期:2017-04-25
    • 文件大小:123201
    • 提供者:Nadia
  1. Copyfile

    0下载:
  2. 模拟Linux的Shell中cp复制文件命令的功能,亲测1G以内文件可用. 带百分比进度显示,用法见文件说明。-a small copy file program. use like linux bash: cp source dest.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:779
    • 提供者:
  1. 70137.pl

    0下载:
  2. Bash exploit for shell shock vulnerable
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2134
    • 提供者:papathena
  1. bashflood.tar

    0下载:
  2. Mass flood bash of Linux/Unix platforms
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-12
    • 文件大小:712
    • 提供者:Kiril Kostov
  1. gps_sed

    0下载:
  2. bash获取串口gps模块信息并实时输出在屏幕上。-Get bash serial gps module information and real-time output on the screen.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:3249
    • 提供者:PokeBox
  1. bish-master

    0下载:
  2. Bish is a lightweight language created to bring shell scr ipting into the 21st century. It gives programmers the comfort of modern syntax but compiles to Bash, resulting in good portability (in as much as Bash is portable). Currently, Bish is st
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:25185
    • 提供者:Reza Ghalavand
  1. wishstudio-flinux-0.1-26-ge2e6792

    0下载:
  2. Foreign LINUX 项目旨在让用户能在Windows上不做任何修改的跑Linux二进制文件。自由软件社区有一个类似的项目叫Cygwin, 但需要重新编译才能将Linux或BSD上的软件运行在Windows上。Foreign LINUX绕过了这一对普通用户来说过于困难的过程,它是一个动态二进制翻译器和Linux系统调用接口模拟器,目前它处于早期开发阶段,能运行的 Linux工具包括bash、vim、nano、python、gcc等。 该软件由来自上海的 Xiangyan Sun 开发。
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-28
    • 文件大小:195609
    • 提供者:柯达时刻
  1. bbtl

    0下载:
  2. Bash scr ipts to make a Linux OS using busybox.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2419
    • 提供者:Lahiru
  1. static-keys

    0下载:
  2. Performance counter stats for bash -c tmp pipe-test (50 runs). -Performance counter stats for bash -c tmp pipe-test (50 runs).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:11482
    • 提供者:quewdvy
  1. shell.tar

    1下载:
  2. 一个简单的脚本执行器,用来实现执行简单的bash 脚本功能,用qt编写-this is a book for c++, and it is for the bash command,and it is write by qt
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:9427
    • 提供者:hxq
  1. Get Swap Value

    0下载:
  2. Get current swap usage for all running processes Based on a bash scr ipt by Erik Ljungstrom 27/05/2011 Author = Christopher Ranschaert - 07/07/2012 Parses pids in /proc, collects the name from /proc/$pid/comm and calculates the swapsize from /proc/$p
  3. 所属分类:Linux/Unix编程

    • 发布日期:2015-10-01
    • 文件大小:1144
    • 提供者:maurin
  1. unwind-libunwind

    0下载:
  2. This should go in the declaration of syscall, but when I do that, strace -f -c bash -c ls ls breaks, sometimes not tracing. -This should go in the declaration of syscall, but when I do that, strace -f -c bash -c ls ls breaks, sometimes not trac
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2056
    • 提供者:ydzmce
  1. myshell

    0下载:
  2. 实验4 信号处理(20分) 目的: 学习和掌握信号的处理方法,特别是sigaction,alarm,sigpending,sigsetjmp和siglongjmp等函数的使用。 要求: 1、编制具有简单执行时间限制功能的shell: myshell [ -t <time> ] 这个测试程序的功能类似实验1,但是具有系统shell (在cs8服务器上是bash)的全部功能。<time>是测试程序允许用户命令执行的时间限制,默认值为无限制。
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-28
    • 文件大小:17411
    • 提供者:苏茗伊
  1. myshell

    0下载:
  2. 设计一个shell,可以执行bash的shell的部分。完全自己编写。-Designing a shell, you can bash portion of the shell. Completely write your own.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-29
    • 文件大小:15108
    • 提供者:qian
  1. ImgCompare.sh.tar

    0下载:
  2. This bash scr ipt provides a way to identify similar photos (e.g. similar size, content, distribution ) and not exact duplicates. This is particularly helpful when training images for Machine Learning purposes. How it works: the scr ipt in
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:774
    • 提供者:Walker
  1. 209proj

    0下载:
  2. # Simple FTP A simple TCP file transfer application. ## Dependencies Python 3 ## To run 1. Start the server on the machine to receive the file using the following command: ```bash python3 server.py <local-port>
  3. 所属分类:Network Security

    • 发布日期:2017-04-30
    • 文件大小:442964
    • 提供者:abhi
  1. student_system

    0下载:
  2. 用bash编写程序,实现一个简单的作业管理系统。用文件形式实现数据的存储。(Using bash programming, to achieve a simple job management system. The storage of data in file form)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-23
    • 文件大小:5120
    • 提供者:日日夜夜
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com