Datamation Index

 
 
Displaying recent articles. Go back further in the  Datamation Archives »

 
 
10 Weirdest Tech Gadgets of 2016
By Cynthia Harvey | Datamation Article Published on December 13, 2016
A paper microscope, a connected umbrella and a smartbelt were just some of the unusual tech products being demonstrated last year.  
Top 12 Cool iPhone Apps
By Cynthia Harvey | Datamation Article Published on December 09, 2016
Whether you're into games, exercise, food, making videos or something else, this list of cool iPhone apps has something for you.
 
Android vs. iPhone for Business: 8 Key Points
By Cynthia Harvey | Datamation Article Published on August 15, 2016
Is Android or iPhone best for business? We compare the two mobile platforms in eight different categories, including hardware, apps, storage, customization, security, backup, management and personal assistant.
10 Top Virtual Reality Apps
By Cynthia Harvey | Datamation Article Published on August 08, 2016
These are some of the leading VR entertainment, games, news and education apps.
 
 
Open Source Replacements for Windows XP
By Cynthia Harvey | Datamation Article Published on June 08, 2016
These are some of the best Linux distributions for former Windows XP users and people who have older PC hardware.
Open Source Business Intelligence Software
By Cynthia Harvey | Datamation Article Published on June 08, 2016
From simple spreadsheet applications to complete BI suites, the open source community has created dozens of open source BI applications that help enterprises store and analyze business data.
Best Open Source Software for Windows 10
By Matt Hartley | Datamation Article Published on June 08, 2016
The best open source software for Windows 10, from audio-video to office productivity to desktop virtualization.
Android Apps for Pure Fun
By Pam Baker | Datamation Article Published on April 15, 2016
Fun Android apps to bring a smile to your face as you go through your busy day. Many of the apps on this list are free.
Top Open Source Android Apps
By Matt Hartley | Datamation Article Published on April 15, 2016
These top open source android apps are all vetted by F-Droid, the volunteer project that culls through Android apps to find the best.
Best Free Android Apps
By Matt Hartley | Datamation Article Published on April 15, 2016
The best free Android apps for moving files, watching movies, messaging, driving across town and more.
 
 

Datamation Index的更多相关文章

  1. MySQL 优化之 ICP (index condition pushdown:索引条件下推)

    ICP技术是在MySQL5.6中引入的一种索引优化技术.它能减少在使用 二级索引 过滤where条件时的回表次数 和 减少MySQL server层和引擎层的交互次数.在索引组织表中,使用二级索引进行 ...

  2. 在v-for中利用index来对第一项添加class(vue2.0)

    <li v-for="(el,index) in event" v-bind:class="{ 'm-swipe-active': !index}"> ...

  3. Ubuntu-server 下Apache2 配置.htaccess 隐藏thinkPHP项目index.php

    需要开启Apache2的rewrite模块 1.打开/etc/apache2/apache2.conf 将文件中的AllowOverride None改为AllowOverride All 2.修改m ...

  4. SQL Server-聚焦强制索引查询条件和Columnstore Index(九)

    前言 本节我们再来穿插讲讲索引知识,后续再讲数据类型中的日期类型,简短的内容,深入的理解,Always to review the basics. 强制索引查询条件 前面我们也讲了一点强制索引查询的知 ...

  5. directx12中vetex buffer、index buffer和constant buffer绑定piple line的时机

    类别 时机 函数 建Heap vetex buffer 在Draw函数中 ID3D12GraphicsCommandList::IASetVertexBuffer 否 index buffer 在Dr ...

  6. URL_MODEL 2 不能访问 在APACHE服务器上的访问方式上去除index.php

    thinkphp URL_MODEL=2,访问链接http://i.cnblogs.com/Online/index.html  报错: Not Found The requested URL /on ...

  7. index+match函数在压实度中对盒号盒质量随机不重复的最佳使用

    首先按照升序排列好盒号和盒质量,使其一一对应, 盒号    盒重量    随机值rand()     随机值大小排列rank 1         2001       0.01             ...

  8. [LeetCode] Random Pick Index 随机拾取序列

    Given an array of integers with possible duplicates, randomly output the index of a given target num ...

  9. Zend Framework 项目 index.php 的问题

    默认生成的Zend项目在public目录下会自动生成一个.htaccess文件,这是用来实现伪静态,即隐藏index.php这个唯一入口文件的. 但是,搭建项目时遇到一个问题:URL中如果不加inde ...

随机推荐

  1. Docker Tomcat部署

    1.下载tomcat镜像 docker pull tomcat 2.上传项目 /etc/tomcat/webapps/ 3.启动tomcat容器 docker run -d --name tomcat ...

  2. git仓库远程连接GitHub

    1 先下载git for windows 然后一直点下一步安装. 2 安装之后,选择git gui.生成ssh 链接 git 公钥. 用命令也可以: $ ssh-keygen -t rsa -C &q ...

  3. day37 03-Hibernate二级缓存:集合缓冲区特点

    所以说要经常检查hibernate3的核心配置文件hibernate.cfg.xml. Hibernate: select customer0_.cid as cid0_0_, customer0_. ...

  4. php pdo操作数据库的方法

    PDO 安装 你可以通过 PHP 的 phpinfo() 函数来查看是否安装了PDO扩展. 1.在 Unix /linux系统上安装 PDO 在Unix上或Linux上你需要添加以下扩展: exten ...

  5. fileinput URL携带参数的问题,uploadExtraData,Bootstrap

    因为无法在URL中执行其他代码,通过阅读文档可知可以由uploadExtraData参数携带数据.于是在这里携带,如果uploadExtraData 无法接收到数据,一般是格式有误, 先尝试这个简单的 ...

  6. 30分钟学webpack实战

    阅读目录 一:什么是webpack? 他有什么优点? 二:如何安装和配置 三:理解webpack加载器 四:理解less-loader加载器的使用 五:理解babel-loader加载器的含义 六:了 ...

  7. linux下对拍

    #!/bin/bash t=0; while true; do let "t = $t + 1" printf $t printf ":\n" ./rand & ...

  8. 从0开始学习 GitHub 系列之「06.团队合作利器 Branch」

    Git 相比于 SVN 最强大的一个地方就在于「分支」,Git 的分支操作简直不要太方便,而实际项目开发中团队合作最依赖的莫过于分支了,关于分支前面的系列也提到过,但是本篇会详细讲述什么是分支.分支的 ...

  9. No.6 Verilog 其他论题

    (1)任务  **任务类似于一段程序,可以提供一种能力,使设计者可以从设计描述的不同位置执行共同的代码段.任务可以包含时序控制, 可以调用其它任务和函数.  任务的定义格式: task[automat ...

  10. BZOJ 3057圣主的考验题解

    老师居然考这么毒瘤的题目!!!!! 很容易想到dp,f[i][j]表示有i个节点,左子树的最深深度为j的方案数 枚举左子树有多少节点然后转移,复杂度为n^3 T飞~ 我们考虑到有深度为h的树的节点有多 ...